Show More
@@ -27,8 +27,6 b' import _ast' | |||||
27 | from IPython.frontend.zopeinterface import ( |
|
27 | from IPython.frontend.zopeinterface import ( | |
28 | Interface, |
|
28 | Interface, | |
29 | Attribute, |
|
29 | Attribute, | |
30 | implements, |
|
|||
31 | classProvides |
|
|||
32 | ) |
|
30 | ) | |
33 | from IPython.kernel.core.history import FrontEndHistory |
|
31 | from IPython.kernel.core.history import FrontEndHistory | |
34 | from IPython.kernel.core.util import Bunch |
|
32 | from IPython.kernel.core.util import Bunch |
@@ -16,13 +16,6 b' __docformat__ = "restructuredtext en"' | |||||
16 | # the file COPYING, distributed as part of this software. |
|
16 | # the file COPYING, distributed as part of this software. | |
17 | #------------------------------------------------------------------------------- |
|
17 | #------------------------------------------------------------------------------- | |
18 |
|
18 | |||
19 | #------------------------------------------------------------------------------- |
|
|||
20 | # Imports |
|
|||
21 | #------------------------------------------------------------------------------- |
|
|||
22 | import string |
|
|||
23 | import uuid |
|
|||
24 | import _ast |
|
|||
25 |
|
||||
26 | try: |
|
19 | try: | |
27 | from zope.interface import Interface, Attribute, implements, classProvides |
|
20 | from zope.interface import Interface, Attribute, implements, classProvides | |
28 | except ImportError: |
|
21 | except ImportError: |
General Comments 0
You need to be logged in to leave comments.
Login now