diff -r 1460273f40ed -r 5743cbdff669 util/misc.py --- 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):