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 --- rpki/left_right.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/left_right.py') diff --git a/rpki/left_right.py b/rpki/left_right.py index 87082106..090de561 100644 --- a/rpki/left_right.py +++ b/rpki/left_right.py @@ -58,7 +58,7 @@ tag_pkcs10 = xmlns + "pkcs10" tag_pkcs10_request = xmlns + "pkcs10_request" tag_report_error = xmlns + "report_error" tag_repository = xmlns + "repository" -tag_self = xmlns + "self" +tag_tenant = xmlns + "tenant" tag_signing_cert = xmlns + "signing_cert" tag_signing_cert_crl = xmlns + "signing_cert_crl" -- cgit v1.2.3