diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-06 18:40:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-06 18:40:44 +0000 |
commit | 370bffb5dd691a7fa0b9c300a735d8e5e72803b3 (patch) | |
tree | ace51d7b2b93e43ab4152d905dc2f83a0b0e4e5d /scripts/rpki/pkcs10.py | |
parent | 258948849c072360876d02c1300853c293c31ab3 (diff) |
Doc
svn path=/scripts/rpki/__init__.py; revision=1105
Diffstat (limited to 'scripts/rpki/pkcs10.py')
-rw-r--r-- | scripts/rpki/pkcs10.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/rpki/pkcs10.py b/scripts/rpki/pkcs10.py index 6404870a..3617a837 100644 --- a/scripts/rpki/pkcs10.py +++ b/scripts/rpki/pkcs10.py @@ -8,6 +8,8 @@ just keeping it around in case I discover some horrible bug in the new code that would make me want to fall back to this. """ +raise NotImplementedError, "You shouldn't be using this module anymore, see rpki.x509.PKCS10" + import POW, rpki.x509, os, rpki.exceptions, binascii req_fmt = ''' |