Skip to content

Commit 36ddab5

Browse files
committed
__future__ import was failing, not first command in file.
1 parent cb9fc12 commit 36ddab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/schema-dump.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
[ ] lossless dump/restore cycle
1111
[ ] data dump and filtering with preserved
1212
"""
13+
from __future__ import print_function
14+
1315
__license__ = "Public Domain"
1416
__version__ = "1.0"
1517
__authors__ = [
1618
"anatoly techtonik <[email protected]>"
1719
]
1820

19-
from __future__ import print_function
2021
import os
2122
import sys
2223
from roundup.anypy import xmlrpc_

0 commit comments

Comments
 (0)