From 370bffb5dd691a7fa0b9c300a735d8e5e72803b3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 6 Oct 2007 18:40:44 +0000 Subject: Doc svn path=/scripts/rpki/__init__.py; revision=1105 --- scripts/rpki/pkcs10.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/rpki/pkcs10.py') 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 = ''' -- cgit v1.2.3