Commit 31038be
committed
Use python3-enforced explicit relative imports
Starting with Python 2.6 these are available without further redo.
In Python 2.5 you need the statement:
from __future__ import absolute_import
For further information on Python2 v Python3 portability issues, see:
http://docs.python.org/3/howto/pyporting.html1 parent 251815d commit 31038be
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments