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 ad4f1b6 commit 4f9de37Copy full SHA for 4f9de37
roundup/configuration.py
@@ -29,7 +29,7 @@
29
else:
30
import ConfigParser as configparser # Python 2
31
32
-from exceptions import RoundupException
+from roundup.exceptions import RoundupException
33
34
# XXX i don't think this module needs string translation, does it?
35
0 commit comments