mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-07-16 08:37:09 +00:00
fix imports
This commit is contained in:
+1
-1
@@ -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 '()'
|
||||
|
||||
Reference in New Issue
Block a user