Show More
@@ -10,7 +10,6 b' explicitly to actually raise a SyntaxError and stay as close as possible to' | |||
|
10 | 10 | Python semantics. |
|
11 | 11 | """ |
|
12 | 12 | |
|
13 | ||
|
14 | 13 | import ast |
|
15 | 14 | import asyncio |
|
16 | 15 | import inspect |
@@ -5,6 +5,7 b' directory, which we are removing. For now putting this here ensures at least' | |||
|
5 | 5 | we do run the test, though ultimately this functionality should all be tested |
|
6 | 6 | with better-isolated tests that don't rely on the global instance in iptest. |
|
7 | 7 | """ |
|
8 | ||
|
8 | 9 | from IPython.core.splitinput import LineInfo |
|
9 | 10 | from IPython.core.prefilter import AutocallChecker |
|
10 | 11 |
@@ -1,5 +1,6 b'' | |||
|
1 | 1 | """Tests for autoreload extension. |
|
2 | 2 | """ |
|
3 | ||
|
3 | 4 | # ----------------------------------------------------------------------------- |
|
4 | 5 | # Copyright (c) 2012 IPython Development Team. |
|
5 | 6 | # |
General Comments 0
You need to be logged in to leave comments.
Login now