Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
--- a/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py	Fri Jan 01 16:11:36 2010 +0000
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py	Sat Jan 02 15:11:35 2010 +0000
@@ -59,7 +59,7 @@
             as strings and save is a flag indicating, that username and
             password should be saved.
         """
-        from SvnLoginDialog import SvnLoginDialog
+        from .SvnLoginDialog import SvnLoginDialog
         cursor = QApplication.overrideCursor()
         if cursor is not None:
             QApplication.restoreOverrideCursor()
@@ -132,7 +132,7 @@
         
         @return a flag indicating success and the log message (string)
         """
-        from SvnCommitDialog import SvnCommitDialog
+        from .SvnCommitDialog import SvnCommitDialog
         if self.logMessage:
             return True, self.logMessage
         else:

eric ide

mercurial