UI/CompareDialog.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 432
497e188ee86e
child 792
a13346916170
--- a/UI/CompareDialog.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/UI/CompareDialog.py	Sun Jan 31 18:31:28 2010 +0000
@@ -7,8 +7,6 @@
 Module implementing a dialog to compare two files and show the result side by side.
 """
 
-import os
-import sys
 import re
 from difflib import _mdiff, IS_CHARACTER_JUNK
 
@@ -459,4 +457,4 @@
             QApplication.exit()
             return True
         
-        return False
\ No newline at end of file
+        return False

eric ide

mercurial