mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-07-17 08:46:55 +00:00
fix imports
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ import logging
|
||||
logging.basicConfig(level=logging.CRITICAL,
|
||||
format='[%(levelname)s] %(message)s')
|
||||
|
||||
from gcode import GCode, GCodeException
|
||||
from gmachine import GMachine, GMachineException
|
||||
from cnc.gcode import GCode, GCodeException
|
||||
from cnc.gmachine import GMachine, GMachineException
|
||||
|
||||
try: # python3 compatibility
|
||||
type(raw_input)
|
||||
|
||||
Reference in New Issue
Block a user