Show More
@@ -27,8 +27,6 b' import _ast' | |||
|
27 | 27 | from IPython.frontend.zopeinterface import ( |
|
28 | 28 | Interface, |
|
29 | 29 | Attribute, |
|
30 | implements, | |
|
31 | classProvides | |
|
32 | 30 | ) |
|
33 | 31 | from IPython.kernel.core.history import FrontEndHistory |
|
34 | 32 | from IPython.kernel.core.util import Bunch |
@@ -16,13 +16,6 b' __docformat__ = "restructuredtext en"' | |||
|
16 | 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 | 19 | try: |
|
27 | 20 | from zope.interface import Interface, Attribute, implements, classProvides |
|
28 | 21 | except ImportError: |
General Comments 0
You need to be logged in to leave comments.
Login now