diff --git a/src/sgfParser/node.py b/src/sgfParser/node.py --- a/src/sgfParser/node.py +++ b/src/sgfParser/node.py @@ -1,4 +1,4 @@ -from . import skipWhitespace, ParserError +from . import skipWhitespace, ParserWarning from .property import Property, GAME_INFO @@ -9,21 +9,23 @@ class Node: self.children=[] @staticmethod + def fits(s,i): + return i