From d69c5842416c037c49157120ac4a44da1aa2d233 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 22 Oct 2007 12:30:36 +0000 Subject: Checkpoint svn path=/scripts/rpki/exceptions.py; revision=1183 --- scripts/rpki/exceptions.py | 3 +++ scripts/rpki/relaxng.py | 2 +- scripts/rpki/sql.py | 2 +- scripts/rpkid.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py index 3fce43b4..3c65f2b1 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -37,3 +37,6 @@ class BadClassNameSyntax(Exception): class BadIssueResponse(Exception): """issue_response PDU with wrong number of classes or certificates.""" + +class NotImplementedYet(Exception): + """Internal error -- not implemented yet.""" diff --git a/scripts/rpki/relaxng.py b/scripts/rpki/relaxng.py index 72211ded..ead96834 100644 --- a/scripts/rpki/relaxng.py +++ b/scripts/rpki/relaxng.py @@ -6,7 +6,7 @@ import lxml.etree ## Parsed RelaxNG left_right schema left_right = lxml.etree.RelaxNG(lxml.etree.fromstring('''