From 5072e61c08a4ff0b3057fc5be0c8ffc6033ded63 Mon Sep 17 00:00:00 2001 From: Russell Neches Date: Mon, 26 Mar 2012 14:15:15 -0700 Subject: [PATCH] fixed missing import for sys package --- Cura/newui/machineCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/newui/machineCom.py b/Cura/newui/machineCom.py index 5f6974d..f4dfee6 100644 --- a/Cura/newui/machineCom.py +++ b/Cura/newui/machineCom.py @@ -1,7 +1,7 @@ from __future__ import absolute_import import __init__ -import os, glob, wx, threading +import os, glob, wx, threading, sys from serial import Serial