diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-09 13:51:58 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-09 13:51:58 +0000 |
commit | 122d0b33982d94f8a6c96356462a2d6fa062d948 (patch) | |
tree | 1f142c63f575448d41c1548f5ae27813f55f3c54 /rpki/publication_control.py | |
parent | 421546d23d86434190caa9bb301e5cb7e96d4889 (diff) |
Baby steps towards using new rpkidb models. Now that SAX is gone,
clean up some of the corresponding mess.
svn path=/branches/tk705/; revision=6105
Diffstat (limited to 'rpki/publication_control.py')
-rw-r--r-- | rpki/publication_control.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rpki/publication_control.py b/rpki/publication_control.py index bdaa9e28..a863dc34 100644 --- a/rpki/publication_control.py +++ b/rpki/publication_control.py @@ -72,11 +72,9 @@ def raise_if_error(pdu): raise_if_error(p) -class cms_msg_no_sax(rpki.x509.XML_CMS_object): +class cms_msg(rpki.x509.XML_CMS_object): """ - Class to hold a CMS-signed publication control PDU without legacy - SAX transcoding. The name is a transition kludge, this class will - be renamed cms_msg once the SAX code goes away. + CMS-signed publication control PDU. """ encoding = "us-ascii" |