Skip to content

Commit 40a9c34

Browse files
committed
Remove 'import *' statement from actions.py
There are various 'import *' statements scattered through the code which are generally not a good thing. These should be fairly safe changes, but I'll commit them one file at a time to make it easier to track down issues with a bisect if they crop up later.
1 parent c17c488 commit 40a9c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# For license terms see the file COPYING.txt.
55
#
66

7-
from roundup.exceptions import *
7+
from roundup.exceptions import Unauthorised
88
from roundup import hyperdb
99
from roundup.i18n import _
1010

0 commit comments

Comments
 (0)