--- a/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Sun Jan 31 16:15:16 2010 +0000 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Sun Jan 31 17:11:22 2010 +0000 @@ -7,7 +7,6 @@ Module implementing a dialog to show the output of the svn status command process. """ -import types import os from PyQt4.QtCore import * @@ -709,4 +708,4 @@ for itm in self.statusList.selectedItems(): if itm.text(self.__changelistColumn) == "": clitems.append(itm) - return clitems \ No newline at end of file + return clitems