PluginManager/PluginRepositoryDialog.py

changeset 50
a36eecf45b2e
parent 48
f4274afeba82
child 75
035e71f2edcd
--- a/PluginManager/PluginRepositoryDialog.py	Tue Jan 12 07:38:28 2010 +0000
+++ b/PluginManager/PluginRepositoryDialog.py	Tue Jan 12 17:55:24 2010 +0000
@@ -21,10 +21,10 @@
 
 from UI.AuthenticationDialog import AuthenticationDialog
 
-from E4XML.XMLUtilities import make_parser
-from E4XML.XMLErrorHandler import XMLErrorHandler, XMLFatalParseError
-from E4XML.XMLEntityResolver import XMLEntityResolver
-from E4XML.PluginRepositoryHandler import PluginRepositoryHandler
+from E5XML.XMLUtilities import make_parser
+from E5XML.XMLErrorHandler import XMLErrorHandler, XMLFatalParseError
+from E5XML.XMLEntityResolver import XMLEntityResolver
+from E5XML.PluginRepositoryHandler import PluginRepositoryHandler
 
 import Utilities
 import Preferences
@@ -644,4 +644,4 @@
                 ).format(applPath),
                 self.trUtf8('OK'))
         
-        self.close()
+        self.close()
\ No newline at end of file

eric ide

mercurial