##// END OF EJS Templates
Delete unneeded imports of IPython.*.decorators...
Thomas Spura -
Show More
@@ -19,8 +19,6 b' import nose.tools as nt'
19 19 from nose import SkipTest
20 20
21 21 from IPython.core.completerlib import magic_run_completer
22 from IPython.testing import decorators as dec
23 from IPython.testing import tools as tt
24 22 from IPython.utils import py3compat
25 23
26 24
@@ -9,7 +9,6 b' import nose.tools as nt'
9 9
10 10 # our own packages
11 11 from IPython.core import autocall
12 from IPython.testing import decorators as dec
13 12 from IPython.testing import tools as tt
14 13 from IPython.testing.globalipapp import get_ipython
15 14 from IPython.utils import py3compat
@@ -28,7 +28,6 b' from os.path import join'
28 28 import sys
29 29 from StringIO import StringIO
30 30
31 from IPython.testing import decorators as dec
32 31 from IPython.utils import io
33 32
34 33 #-----------------------------------------------------------------------------
@@ -13,7 +13,6 b' import tempfile'
13 13 import nose.tools as nt
14 14
15 15 # our own packages
16 from IPython.testing import decorators as dec
17 16 from IPython.testing.globalipapp import get_ipython
18 17 from IPython.utils import py3compat
19 18
@@ -13,7 +13,6 b' from StringIO import StringIO'
13 13
14 14 import nose.tools as nt
15 15
16 from IPython.testing import decorators as dec
17 16 from IPython.testing import tools as tt
18 17
19 18 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now