Skip to content

Commit 457d231

Browse files
committed
Merge pull request ipython#213 from rmorshea/config_abs_import
absolute_import in configurable
2 parents 10ca314 + d5dac45 commit 457d231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traitlets/config/configurable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) IPython Development Team.
55
# Distributed under the terms of the Modified BSD License.
66

7-
from __future__ import print_function
7+
from __future__ import print_function, absolute_import
88

99
from copy import deepcopy
1010
import warnings

0 commit comments

Comments
 (0)