diff --git a/src/diana/sgfParser/property.py b/src/diana/sgfparser/property.py copy from src/diana/sgfParser/property.py copy to src/diana/sgfparser/property.py --- a/src/diana/sgfParser/property.py +++ b/src/diana/sgfparser/property.py @@ -2,7 +2,7 @@ import re from datetime import date import logging as log -from .propValues import choose, singleton, list_of, compose, number, real, double, color, text, empty, anything, point, move, stone +from .prop_values import choose, singleton, list_of, compose, number, real, double, color, text, empty, anything, point, move, stone from . import skip_whitespace, ParserError GAME_INFO = 1