Skip to content

Commit 4f9de37

Browse files
committed
fix broken import
1 parent ad4f1b6 commit 4f9de37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
else:
3030
import ConfigParser as configparser # Python 2
3131

32-
from exceptions import RoundupException
32+
from roundup.exceptions import RoundupException
3333

3434
# XXX i don't think this module needs string translation, does it?
3535

0 commit comments

Comments
 (0)