QScintilla/GotoDialog.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
--- a/QScintilla/GotoDialog.py	Fri Jan 01 16:11:36 2010 +0000
+++ b/QScintilla/GotoDialog.py	Sat Jan 02 15:11:35 2010 +0000
@@ -9,7 +9,7 @@
 
 from PyQt4.QtGui import QDialog
 
-from Ui_GotoDialog import Ui_GotoDialog
+from .Ui_GotoDialog import Ui_GotoDialog
 
 class GotoDialog(QDialog, Ui_GotoDialog):
     """

eric ide

mercurial