# HG changeset patch # User Laman # Date 2022-03-05 18:12:53 # Node ID cbabe0bae003c54392bf1cdcfa2826158785cc74 # Parent 686166c7d5bc7cfb9389e6f4820230ef589593b7 changed tests imports 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 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 +from ..sgfParser import strRowCol +from ..sgfParser.collection import Collection +from ..sgfParser.property import Property, DateProperty, DateException +from ..sgfParser.propValues import text, compose dataDir = os.path.join(os.path.dirname(__file__), "data")