--- a/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py Sat Jun 04 18:58:48 2011 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py Sun Jun 05 18:27:56 2011 +0200 @@ -7,6 +7,8 @@ Module implementing a dialog to show the output of the svn blame command. """ +import os + from PyQt4.QtCore import * from PyQt4.QtGui import * @@ -244,4 +246,4 @@ self.intercept = False evt.accept() return - QDialog.keyPressEvent(self, evt) \ No newline at end of file + QDialog.keyPressEvent(self, evt)