diff python/ide/ide.py @ 311:ff665880a6b0

Added testcase for kernel and userspace
author Windel Bouwman
date Mon, 16 Dec 2013 12:49:24 +0100
parents b145f8e6050b
children dcae6574c974
line wrap: on
line diff
--- a/python/ide/ide.py	Fri Dec 13 14:10:10 2013 +0100
+++ b/python/ide/ide.py	Mon Dec 16 12:49:24 2013 +0100
@@ -11,7 +11,6 @@
 
 # Compiler imports:
 p = os.path.join(os.path.dirname(__file__), '..')
-# print(p)
 sys.path.insert(0, p)
 sys.path.insert(0, os.path.join(p, 'utils'))
 import ppci