Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 INPUT | |
2 Index: file1.py | |
3 =================================================================== | |
4 --- a/file1.py | |
5 +++ b/file1.py | |
6 @@ -1,23 +1,12 @@ | |
7 # comment | |
8 | |
9 from __future__ import print_function | |
10 | |
11 +from file3 import a, c, e, g | |
12 EXPECT | |
13 diff --git a/file1.py b/file1.py | |
14 --- a/file1.py | |
15 +++ b/file1.py | |
16 @@ -1,23 +1,12 @@ | |
17 # comment | |
18 | |
19 from __future__ import print_function | |
20 | |
21 +from file3 import a, c, e, g | |
OLD | NEW |