fix imports

This commit is contained in:
Nikolay Khabarov
2017-05-14 03:21:28 +03:00
parent e5b61527ca
commit fa10a1221c
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import re
from coordinates import Coordinates
from cnc.coordinates import Coordinates
gpattern = re.compile('([A-Z])([-+]?[0-9.]+)')
cleanpattern = re.compile('\s+|\(.*?\)|;.*') # white spaces and comments start with ';' and in '()'