diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-07 20:28:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-07 20:28:43 +0000 |
commit | c86c58f8c3a902ad3e546d8056b6fe6fc1384d1e (patch) | |
tree | c4b9a701b1b5c0dd790173992980fc6696d31ded /scripts/rpkid.py | |
parent | d2580a25dc496596922e0002b947689cae5418be (diff) |
Doc
svn path=/scripts/rpki/left_right.py; revision=1113
Diffstat (limited to 'scripts/rpkid.py')
-rwxr-xr-x | scripts/rpkid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py index efcb5d2d..0b629a6b 100755 --- a/scripts/rpkid.py +++ b/scripts/rpkid.py @@ -35,7 +35,7 @@ def up_down_handler(query, path): return 500, "Unhandled exception %s" % data def cronjob_handler(query, path): - raise NotImplementedError + raise NotImplementedError, "NIY" class global_context(object): """A place to stash various global parameters.""" |