Skip to content

Commit 36e6513

Browse files
committed
refactor! move RateLimitExceeded to roundup.cgi.exceptions - test
forgot to commit the change to the test as well
1 parent f324c84 commit 36e6513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_actions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from roundup.date import Date, Interval
66
from roundup.cgi.actions import *
77
from roundup.cgi.client import add_message
8-
from roundup.cgi.exceptions import Redirect, Unauthorised, SeriousError, FormError
9-
from roundup.exceptions import RateLimitExceeded, Reject
8+
from roundup.cgi.exceptions import RateLimitExceeded, Redirect, Unauthorised, SeriousError, FormError
9+
from roundup.exceptions import Reject
1010

1111
from roundup.anypy.cgi_ import FieldStorage, MiniFieldStorage
1212
from roundup.anypy.cmp_ import NoneAndDictComparable

0 commit comments

Comments
 (0)