diff --git a/src/sgfParser.py b/src/diana/sgfParser.py copy from src/sgfParser.py copy to src/diana/sgfParser.py --- a/src/sgfParser.py +++ b/src/diana/sgfParser.py @@ -1,5 +1,5 @@ import re - + def skipWhitespace(str,start): i=start while i