diff -r 9624a110667d -r c4086afea02b UI/CompareDialog.py --- 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