Project/CreateDialogCodeDialog.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 42
23b45a742e17
--- a/Project/CreateDialogCodeDialog.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/Project/CreateDialogCodeDialog.py	Sat Jan 02 17:09:08 2010 +0000
@@ -23,7 +23,7 @@
 
 import UI.PixmapCache
 
-from eric4config import getConfig
+from eric5config import getConfig
 
 pyqtSignatureRole   = Qt.UserRole + 1
 pythonSignatureRole = Qt.UserRole + 2
@@ -438,4 +438,4 @@
         """
         if button == self.okButton:
             self.__generateCode()
-            self.accept()
+            self.accept()
\ No newline at end of file

eric ide

mercurial