util/misc.py
changeset 815 e4f24593a758
parent 814 5743cbdff669
child 1388 67c9a9482d24
--- a/util/misc.py	Fri Sep 07 16:45:55 2012 +0200
+++ b/util/misc.py	Fri Sep 07 18:28:45 2012 +0200
@@ -4,8 +4,6 @@
 
 import os,sys
 
-from editors.TextViewer import TextViewer
-
 # helper func to check path write permission
 def CheckPathPerm(path):
     if path is None or not os.path.isdir(path):
@@ -24,10 +22,3 @@
         return fac
     else:
         return classpath
-
-class IECCodeViewer(TextViewer):
-    
-    def __del__(self):
-        TextViewer.__del__(self)
-        if getattr(self, "_OnClose"):
-            self._OnClose(self)
\ No newline at end of file