diff --git a/src/diana/tests/testSgfParser.py b/src/diana/tests/testSgfParser.py --- a/src/diana/tests/testSgfParser.py +++ b/src/diana/tests/testSgfParser.py @@ -4,10 +4,10 @@ import unittest from unittest import TestCase import os -from sgfParser import strRowCol -from sgfParser.collection import Collection -from sgfParser.property import Property,DateProperty,DateException -from sgfParser.propValues import text,compose +from diana.sgfParser import strRowCol +from diana.sgfParser.collection import Collection +from diana.sgfParser.property import Property,DateProperty,DateException +from diana.sgfParser.propValues import text,compose dataDir=os.path.join(os.path.dirname(__file__), "data")