Author: grzywacz
Date: Sun Feb 27 14:32:03 2011
New Revision: 48660
URL: http://svn.gna.org/viewcvs/wesnoth?rev=48660&view=rev
Log:
Fixed vim modeline, removed unusued import.
Modified:
trunk/utils/compare_images.py
Modified: trunk/utils/compare_images.py
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/compare_images.py?rev=48660&r1=48659&r2=48660&view=diff
==============================================================================
--- trunk/utils/compare_images.py (original)
+++ trunk/utils/compare_images.py Sun Feb 27 14:32:03 2011
@@ -18,7 +18,7 @@
# hope that it will be useful, but WITHOUT ANY WARRANTY. See the COPYING
# file for more details.
#
-from sys import argv, exit
+from sys import argv
try:
import Image as PIL
@@ -39,4 +39,4 @@
if image1.tostring() != image2.tostring():
print path1 + " and " + path2 + " differ!"
-# vim: set ts=4:sw=4:expandtab
+# vim: ts=4:sw=4:expandtab
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits