We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ca314 + d5dac45 commit 457d231Copy full SHA for 457d231
traitlets/config/configurable.py
@@ -4,7 +4,7 @@
4
# Copyright (c) IPython Development Team.
5
# Distributed under the terms of the Modified BSD License.
6
7
-from __future__ import print_function
+from __future__ import print_function, absolute_import
8
9
from copy import deepcopy
10
import warnings
0 commit comments