[PATCH] add missing "self" param
- From: Vincent Legoll <vincent legoll gmail com>
- To: meld-list gnome org
- Subject: [PATCH] add missing "self" param
- Date: Sun, 15 Feb 2009 13:02:13 +0100
Follow the convention of a "self" parameter for a method of a class
--
Vincent Legoll
Index: vc/cvs.py
===================================================================
--- vc/cvs.py (révision 1153)
+++ vc/cvs.py (copie de travail)
@@ -157,7 +157,7 @@
"The error was '%s'") % (",".join(ignored), e))
else:
class dummy(object):
- def match(*args): return None
+ def match(self, *args): return None
ignore_re = dummy()
for f,path in files:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]