Preferences/ConfigurationPages/DebuggerPythonPage.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 518
2b991e88765e
child 792
a13346916170
diff -r 9624a110667d -r c4086afea02b Preferences/ConfigurationPages/DebuggerPythonPage.py
--- a/Preferences/ConfigurationPages/DebuggerPythonPage.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/Preferences/ConfigurationPages/DebuggerPythonPage.py	Sun Jan 31 18:31:28 2010 +0000
@@ -7,7 +7,7 @@
 Module implementing the Debugger Python configuration page.
 """
 
-from PyQt4.QtCore import QDir, pyqtSlot
+from PyQt4.QtCore import pyqtSlot
 from PyQt4.QtGui import QFileDialog
 
 from E5Gui.E5Completers import E5FileCompleter
@@ -111,4 +111,4 @@
     @param dlg reference to the configuration dialog
     """
     page = DebuggerPythonPage()
-    return page
\ No newline at end of file
+    return page

eric ide

mercurial