comparison 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
comparison
equal deleted inserted replaced
310:e95e5572cd6d 311:ff665880a6b0
9 from PyQt4.QtCore import * 9 from PyQt4.QtCore import *
10 from PyQt4.QtGui import * 10 from PyQt4.QtGui import *
11 11
12 # Compiler imports: 12 # Compiler imports:
13 p = os.path.join(os.path.dirname(__file__), '..') 13 p = os.path.join(os.path.dirname(__file__), '..')
14 # print(p)
15 sys.path.insert(0, p) 14 sys.path.insert(0, p)
16 sys.path.insert(0, os.path.join(p, 'utils')) 15 sys.path.insert(0, os.path.join(p, 'utils'))
17 import ppci 16 import ppci
18 from astviewer import AstViewer 17 from astviewer import AstViewer
19 from codeedit import CodeEdit 18 from codeedit import CodeEdit