Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seguin <guillaume@segu.in>2013-05-20 15:07:40 +0400
committerGuillaume Seguin <guillaume@segu.in>2013-05-20 15:07:40 +0400
commit02b2fb63bb577272cf5c7cb58724bfe6390f2dae (patch)
treee2878d941d21c460d20e0b785518f06ffc666e95 /printcore.py
parent208be01c9cd73a9db59b573fca78dcb14cc5c7ae (diff)
Move GCodeAnalyzer.py to printrun/
Diffstat (limited to 'printcore.py')
-rwxr-xr-xprintcore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/printcore.py b/printcore.py
index cec9636..b5394c4 100755
--- a/printcore.py
+++ b/printcore.py
@@ -21,7 +21,7 @@ from select import error as SelectError
import time, getopt, sys
import platform, os
from collections import deque
-from GCodeAnalyzer import GCodeAnalyzer
+from printrun.GCodeAnalyzer import GCodeAnalyzer
from printrun import gcoder
def control_ttyhup(port, disable_hup):