diff python/apps/ide.py @ 69:60cc36ef5a50

Rework in compiler
author windel
date Sat, 27 Oct 2012 14:31:58 +0200
parents 654c5ac4f2c5
children
line wrap: on
line diff
--- a/python/apps/ide.py	Sat Oct 13 16:13:05 2012 +0200
+++ b/python/apps/ide.py	Sat Oct 27 14:31:58 2012 +0200
@@ -1,11 +1,10 @@
-import sys, os
+import sys, os, base64
 if sys.version_info.major != 3:
    print("Needs to be run in python version 3.x")
    sys.exit(1)
 
 from PyQt4.QtCore import *
 from PyQt4.QtGui import *
-import base64
 
 # Compiler imports:
 sys.path.insert(0, os.path.join('..','libs'))