We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7de72a commit ae4edd6Copy full SHA for ae4edd6
scripts/contributors.py
@@ -7,6 +7,7 @@
7
8
"""
9
10
+from __future__ import print_function
11
from subprocess import check_output
12
13
# --- output settings
scripts/schema-dump.py
@@ -16,6 +16,7 @@
16
"anatoly techtonik <[email protected]>"
17
]
18
19
20
import os
21
import sys
22
from roundup.anypy import xmlrpc_
0 commit comments