--- 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()