Skip to content

Commit a7a03b8

Browse files
committed
Fix broken import
apparently when running run_test.py in my directory from exceptions somehow works but not when run in CI.
1 parent 4f9de37 commit a7a03b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/mailgw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class node. Any parts of other types are each stored in separate files
118118
except ImportError:
119119
gpg = None
120120

121-
from exceptions import RoundupException
121+
from roundup.exceptions import RoundupException
122122

123123
SENDMAILDEBUG = os.environ.get('SENDMAILDEBUG', '')
124124

0 commit comments

Comments
 (0)