diff roundup/exceptions.py @ 4066:042ace5ddb7c

Move 'UsageError' definition from roundup.admin to roundup.exceptions.
author Stefan Seefeld <stefan@seefeld.name>
date Sun, 22 Feb 2009 01:49:15 +0000
parents 3fd672293712
children bbab97f8ffb2
line wrap: on
line diff
--- a/roundup/exceptions.py	Sun Feb 22 01:46:45 2009 +0000
+++ b/roundup/exceptions.py	Sun Feb 22 01:49:15 2009 +0000
@@ -16,4 +16,7 @@
     '''
     pass
 
+class UsageError(ValueError):
+    pass
+
 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/