We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f324c84 commit 36e6513Copy full SHA for 36e6513
test/test_actions.py
@@ -5,8 +5,8 @@
5
from roundup.date import Date, Interval
6
from roundup.cgi.actions import *
7
from roundup.cgi.client import add_message
8
-from roundup.cgi.exceptions import Redirect, Unauthorised, SeriousError, FormError
9
-from roundup.exceptions import RateLimitExceeded, Reject
+from roundup.cgi.exceptions import RateLimitExceeded, Redirect, Unauthorised, SeriousError, FormError
+from roundup.exceptions import Reject
10
11
from roundup.anypy.cgi_ import FieldStorage, MiniFieldStorage
12
from roundup.anypy.cmp_ import NoneAndDictComparable
0 commit comments