util/misc.py
changeset 814 5743cbdff669
parent 806 abf1afc1f04d
child 815 e4f24593a758
--- a/util/misc.py	Wed Sep 05 11:17:52 2012 +0200
+++ b/util/misc.py	Fri Sep 07 16:45:55 2012 +0200
@@ -4,7 +4,7 @@
 
 import os,sys
 
-from TextViewer import TextViewer
+from editors.TextViewer import TextViewer
 
 # helper func to check path write permission
 def CheckPathPerm(path):