Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Fix import
  • Loading branch information
benkiel committed Feb 13, 2021
1 parent ef2fd38 commit f71b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/defcon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from __future__ import absolute_import

try:
from _version import __version__
from ._version import __version__
except ImportError:
try:
from setuptools_scm import get_version
Expand Down

0 comments on commit f71b121

Please sign in to comment.