diff --git a/beets/util/inspect.py b/beets/util/inspect.py index 4090030f1..9815a561a 100644 --- a/beets/util/inspect.py +++ b/beets/util/inspect.py @@ -13,7 +13,7 @@ # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. -from __future__ import absolute_import +from __future__ import division, absolute_import, print_function import inspect from collections import namedtuple