aboutsummaryrefslogtreecommitdiff
path: root/testSGF.py
diff options
context:
space:
mode:
Diffstat (limited to 'testSGF.py')
-rwxr-xr-xtestSGF.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/testSGF.py b/testSGF.py
index 6291033..08a1bee 100755
--- a/testSGF.py
+++ b/testSGF.py
@@ -1,9 +1,10 @@
#!/usr/bin/python
+"""Gets a game from an SGF file."""
+
import sys
-from imago.sgfParser.sgf import loadGameTree
-"""Gets a game from an SGF file."""
+from imago.sgfParser.sgf import loadGameTree
def main():
filename = sys.argv[1]