Debugger/StartDialog.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 112
16893e193e9d
--- a/Debugger/StartDialog.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/Debugger/StartDialog.py	Sun Jan 31 17:11:22 2010 +0000
@@ -7,8 +7,6 @@
 Module implementing the Start Program dialog.
 """
 
-import os
-
 from PyQt4.QtCore import *
 from PyQt4.QtGui import *
 
@@ -209,4 +207,4 @@
         @param button button that was clicked (QAbstractButton)
         """
         if button == self.clearButton:
-            self.__clearHistories()
\ No newline at end of file
+            self.__clearHistories()

eric ide

mercurial