Mercurial > lcfOS
diff python/ide.py @ 99:6efbeb903777
movage
author | windel |
---|---|
date | Mon, 24 Dec 2012 15:03:30 +0100 |
parents | 3f772feb12ef |
children | fe145e42259d |
line wrap: on
line diff
--- a/python/ide.py Mon Dec 24 13:57:00 2012 +0100 +++ b/python/ide.py Mon Dec 24 15:03:30 2012 +0100 @@ -1,3 +1,5 @@ +#!/usr/bin/python + import sys, os, base64 if sys.version_info.major != 3: print("Needs to be run in python version 3.x") @@ -7,7 +9,6 @@ from PyQt4.QtGui import * # Compiler imports: -sys.path.insert(0, '.') # Add current path to the path string from project import Project from ppci import Compiler from widgets import CodeEdit, AstViewer