Show More
@@ -13,14 +13,11 b' Authors:' | |||||
13 | #----------------------------------------------------------------------------- |
|
13 | #----------------------------------------------------------------------------- | |
14 |
|
14 | |||
15 | import sys |
|
15 | import sys | |
16 | import time |
|
|||
17 |
|
16 | |||
18 | import nose.tools as nt |
|
|||
19 | from nose import SkipTest |
|
17 | from nose import SkipTest | |
20 |
|
18 | |||
21 | import IPython.testing.tools as tt |
|
19 | import IPython.testing.tools as tt | |
22 | from IPython.testing import decorators as dec |
|
20 | from IPython.testing import decorators as dec | |
23 | from IPython.utils import py3compat |
|
|||
24 |
|
21 | |||
25 | #----------------------------------------------------------------------------- |
|
22 | #----------------------------------------------------------------------------- | |
26 | # Tests |
|
23 | # Tests |
General Comments 0
You need to be logged in to leave comments.
Login now