Show More
1 | NO CONTENT: file renamed from IPython/utils/eventful.py to traitlets/eventful.py, modified file |
|
NO CONTENT: file renamed from IPython/utils/eventful.py to traitlets/eventful.py, modified file |
@@ -54,11 +54,11 b' except:' | |||||
54 | from warnings import warn |
|
54 | from warnings import warn | |
55 |
|
55 | |||
56 | from IPython.utils import py3compat |
|
56 | from IPython.utils import py3compat | |
57 | from IPython.utils import eventful |
|
|||
58 | from IPython.utils.getargspec import getargspec |
|
57 | from IPython.utils.getargspec import getargspec | |
59 | from IPython.utils.importstring import import_item |
|
58 | from IPython.utils.importstring import import_item | |
60 | from IPython.utils.py3compat import iteritems, string_types |
|
59 | from IPython.utils.py3compat import iteritems, string_types | |
61 |
|
60 | |||
|
61 | from . import eventful | |||
62 | from .sentinel import Sentinel |
|
62 | from .sentinel import Sentinel | |
63 | SequenceTypes = (list, tuple, set, frozenset) |
|
63 | SequenceTypes = (list, tuple, set, frozenset) | |
64 |
|
64 |
General Comments 0
You need to be logged in to leave comments.
Login now