# HG changeset patch # User Laman # Date 2017-01-21 21:28:04 # Node ID 5781a5a0b2fb315b7b0050a12edd024734581ba2 # Parent f0b8120281b98f6fa5d084ea91a6349fb78cb1fd SGF nodes aware of their neighbours in the tree diff --git a/src/sgfParser.py b/src/sgfParser.py --- a/src/sgfParser.py +++ b/src/sgfParser.py @@ -1,10 +1,12 @@ import re + def skipWhitespace(s,start): i=start while i