fixed missing import for sys package

master
Russell Neches 2012-03-26 14:15:15 -07:00
parent 2cd4ddb67c
commit 5072e61c08
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