Fixed bug when compiling project for LPC
authorLaurent Bessard
Fri, 27 Sep 2013 14:06:59 +0200
changeset 56 a4bc15ac7998
parent 55 0be064739434
child 57 4b838bdedc16
Fixed bug when compiling project for LPC
LPCtarget/__init__.py
--- a/LPCtarget/__init__.py	Fri Sep 27 14:01:03 2013 +0200
+++ b/LPCtarget/__init__.py	Fri Sep 27 14:06:59 2013 +0200
@@ -1,4 +1,4 @@
-import os
+import os, sys
 from subprocess import Popen,PIPE
 from toolchain_makefile import toolchain_makefile
 import hashlib