From 8fb4de3c1267c58c34a880026dd7cc75b1b6f960 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Oct 2015 18:58:48 +0000 Subject: Change (etc) to (etc). "self" always was a really bad choice for something implemented in Python, holdover from an older specification, but Django ORM's troubles with "self" as a keyword argument were the last straw. Enough already. Backwards compatability should be a straightforward data migration. svn path=/branches/tk705/; revision=6134 --- ca/tests/smoketest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ca/tests/smoketest.py') diff --git a/ca/tests/smoketest.py b/ca/tests/smoketest.py index f52ce984..5f18119c 100644 --- a/ca/tests/smoketest.py +++ b/ca/tests/smoketest.py @@ -663,7 +663,7 @@ class allocation(object): cb() if target is None: - logger.info("Rekeying %s", self.name) + logger.info("Rekeying %s", self.name) self.call_rpkid([rpki.left_right.self_elt.make_pdu( action = "set", self_handle = self.name, rekey = "yes")], cb = done) else: @@ -680,7 +680,7 @@ class allocation(object): cb() if target is None: - logger.info("Revoking %s", self.name) + logger.info("Revoking %s", self.name) self.call_rpkid([rpki.left_right.self_elt.make_pdu( action = "set", self_handle = self.name, revoke = "yes")], cb = done) else: -- cgit v1.2.3