aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/cli.py')
-rw-r--r--rpkid/rpki/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/cli.py b/rpkid/rpki/cli.py
index d31f7204..10b4edb3 100644
--- a/rpkid/rpki/cli.py
+++ b/rpkid/rpki/cli.py
@@ -3,7 +3,7 @@ Utilities for writing command line tools.
$Id$
-Copyright (C) 2010 Internet Systems Consortium ("ISC")
+Copyright (C) 2010--2011 Internet Systems Consortium ("ISC")
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -55,7 +55,7 @@ class Cmd(cmd.Cmd):
return cmd.Cmd.onecmd(self, line)
except SystemExit:
raise
- except:
+ except Exception:
traceback.print_exc()
def do_EOF(self, arg):