Skip to content

Commit

Permalink
must import exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Oct 18, 2019
1 parent c5d6c74 commit 991c467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -45,6 +45,7 @@ nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
Expand Down
1 change: 1 addition & 0 deletions idesolver/__init__.py
@@ -1,2 +1,3 @@
from .idesolver import *
from .exceptions import *
from .version import __version__, version_info

0 comments on commit 991c467

Please sign in to comment.