Preferences/ConfigurationPages/ViewmanagerPage.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 53
c3eb7cc1ff8b
diff -r 092aa8fafa4e -r f6ccc31d6e72 Preferences/ConfigurationPages/ViewmanagerPage.py
--- a/Preferences/ConfigurationPages/ViewmanagerPage.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/Preferences/ConfigurationPages/ViewmanagerPage.py	Sat Jan 02 17:09:08 2010 +0000
@@ -19,7 +19,7 @@
 
 import Preferences
 
-from eric4config import getConfig
+from eric5config import getConfig
 
 class ViewmanagerPage(ConfigurationPageBase, Ui_ViewmanagerPage):
     """
@@ -91,4 +91,4 @@
     @param dlg reference to the configuration dialog
     """
     page = ViewmanagerPage()
-    return page
+    return page
\ No newline at end of file

eric ide

mercurial