meld r1161 - trunk



Author: vincele
Date: Mon Feb 23 22:08:53 2009
New Revision: 1161
URL: http://svn.gnome.org/viewvc/meld?rev=1161&view=rev

Log:
Remove unused variable in diff_files_callback()
spotted by pylint


Modified:
   trunk/misc.py

Modified: trunk/misc.py
==============================================================================
--- trunk/misc.py	(original)
+++ trunk/misc.py	Mon Feb 23 22:08:53 2009
@@ -347,7 +347,6 @@
 def diff_files_callback(option, opt_str, value, parser):
     """Gather arguments after option in a list and append to option.dest."""
     assert value is None
-    done = 0
     diff_files_args = []
     rargs = parser.rargs
     while rargs:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]