##// END OF EJS Templates
move getargspec to traitlets...
Min RK -
Show More
1 NO CONTENT: file renamed from IPython/utils/getargspec.py to traitlets/getargspec.py
@@ -54,7 +54,7 except:
54 54 from warnings import warn
55 55
56 56 from IPython.utils import py3compat
57 from IPython.utils.getargspec import getargspec
57 from .getargspec import getargspec
58 58 from IPython.utils.importstring import import_item
59 59 from IPython.utils.py3compat import iteritems, string_types
60 60
General Comments 0
You need to be logged in to leave comments. Login now