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 4e4e1d0 commit fce2193Copy full SHA for fce2193
roundup/actions.py
@@ -5,8 +5,8 @@
5
# Actions used in REST and XMLRPC APIs
6
#
7
8
-from roundup.exceptions import Unauthorised
9
from roundup import hyperdb
+from roundup.exceptions import Unauthorised
10
11
12
class Action:
0 commit comments