Fix typo.
This commit is contained in:
parent
dc6c90dbf3
commit
38f2e9e625
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ if not (hasattr(sys, 'version_info') or
|
|||
raise SystemExit("This program requires Python 2.7 or later.")
|
||||
|
||||
# PEP 396
|
||||
from .conf import Version as __version__
|
||||
from .configuration import Version as __version__
|
||||
|
|
Loading…
Reference in a new issue