Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py

branch
5_1_x
changeset 1113
95d837803666
parent 791
9ec2ac20e54e
child 1510
e75ecf2bd9dd
--- 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)

eric ide

mercurial