diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-05 00:12:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-05 00:12:22 +0000 |
commit | dac9c84f9f8484fe1b8dc3533a1b5a26d301e785 (patch) | |
tree | c64d460b81885d789169fe1d6e4e9fa13767e5cc /myrpki.rototill/myirbe.py | |
parent | b2ccb870642c76fae7e8c2a95144a3e00db7540a (diff) |
I had forgotten just how much I loath XML namespaces.
svn path=/myrpki.rototill/myirbe.py; revision=3025
Diffstat (limited to 'myrpki.rototill/myirbe.py')
-rw-r--r-- | myrpki.rototill/myirbe.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/myrpki.rototill/myirbe.py b/myrpki.rototill/myirbe.py index 6321ef35..98fc91be 100644 --- a/myrpki.rototill/myirbe.py +++ b/myrpki.rototill/myirbe.py @@ -56,11 +56,7 @@ if hasattr(warnings, "catch_warnings"): else: import MySQLdb -def tag(t): - """ - Wrap an element name in the right XML namespace goop. - """ - return "{http://www.hactrn.net/uris/rpki/myrpki/}" + t +tag = myrpki.tag def findbase64(tree, name, b64type = rpki.x509.X509): """ |