comparison python/ide.py @ 98:3f772feb12ef

movage
author windel
date Mon, 24 Dec 2012 13:57:00 +0100
parents 4a37d6992bd3
children 6efbeb903777
comparison
equal deleted inserted replaced
97:5a965e9664f2 98:3f772feb12ef
5 5
6 from PyQt4.QtCore import * 6 from PyQt4.QtCore import *
7 from PyQt4.QtGui import * 7 from PyQt4.QtGui import *
8 8
9 # Compiler imports: 9 # Compiler imports:
10 sys.path.insert(0, os.path.join('..','libs')) 10 sys.path.insert(0, '.') # Add current path to the path string
11 from project import Project 11 from project import Project
12 from compiler import Compiler 12 from ppci import Compiler
13 from widgets import CodeEdit, AstViewer 13 from widgets import CodeEdit, AstViewer
14 14
15 lcfospng = base64.decodestring(b'iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A\n/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJEhMKBk7B678AAAA/SURBVFjD\n7dbBCQAgDATBi9h/y7EFA4Kf2QLCwH1S6XQu6sqoujublc8BAAAAAAAAAAB8B+zXT6YJAAAAAKYd\nWSgFQNUyijIAAAAASUVORK5CYII=\n') 15 lcfospng = base64.decodestring(b'iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A\n/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJEhMKBk7B678AAAA/SURBVFjD\n7dbBCQAgDATBi9h/y7EFA4Kf2QLCwH1S6XQu6sqoujublc8BAAAAAAAAAAB8B+zXT6YJAAAAAKYd\nWSgFQNUyijIAAAAASUVORK5CYII=\n')
16 16
17 class BuildOutput(QTextEdit): 17 class BuildOutput(QTextEdit):