Merge pull request #31 from ryneches/master

Ultimaker Checkup wizard fails to fail correctly due to missing sys import
master
daid 2012-03-27 02:59:04 -07:00
commit 356f6c70a9
1 changed files with 1 additions and 1 deletions

View File

@ -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