Revision | 29423 (tree) |
---|---|
Time | 2022-06-19 06:12:35 |
Author | ![]() |
from future should be the first non-comment line in a file
@@ -20,6 +20,8 @@ | ||
20 | 20 | |
21 | 21 | # slightly modified to work on Windows for TortoiseSVN. |
22 | 22 | |
23 | +from __future__ import print_function | |
24 | + | |
23 | 25 | # xml2po -- translate XML documents |
24 | 26 | VERSION = "1.0.5" |
25 | 27 |
@@ -33,8 +35,6 @@ | ||
33 | 35 | # ... |
34 | 36 | # |
35 | 37 | |
36 | -from __future__ import print_function | |
37 | - | |
38 | 38 | import sys |
39 | 39 | import libxml2 |
40 | 40 | import gettext |