Changeset - cbabe0bae003
[Not reviewed]
default
0 1 0
Laman - 3 years ago 2022-03-05 18:12:53

changed tests imports
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/diana/tests/testSgfParser.py
Show inline comments
 
@@ -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")
0 comments (0 inline, 0 general)