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