aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpkid.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-22 12:30:36 +0000
committerRob Austein <sra@hactrn.net>2007-10-22 12:30:36 +0000
commitd69c5842416c037c49157120ac4a44da1aa2d233 (patch)
tree9da0aa7ea3901a64e9a46a1f44374145876a256d /scripts/rpkid.py
parentab4daef3183d9932c6afd92370536b04cbcf29d3 (diff)
Checkpoint
svn path=/scripts/rpki/exceptions.py; revision=1183
Diffstat (limited to 'scripts/rpkid.py')
-rwxr-xr-xscripts/rpkid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py
index fb0ccd60..3072eb59 100755
--- a/scripts/rpkid.py
+++ b/scripts/rpkid.py
@@ -36,7 +36,7 @@ def up_down_handler(query, path):
return 500, "Unhandled exception %s" % data
def cronjob_handler(query, path):
- raise NotImplementedError, "NIY"
+ raise rpki.exceptions.NotImplementedYet
class global_context(object):
"""A place to stash various global parameters."""