lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed bug when compiling project for LPC
2013-09-27, Laurent Bessard
7c2f418afcd3
Parents
1917bef55340
Children
eb121fc730a5
Fixed bug when compiling project for LPC
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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