fix version import

This commit is contained in:
Ronny Pfannschmidt 2015-07-26 14:04:52 +02:00
parent a060b8ff73
commit 5098e5fc47
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from _pytest.config import (
main, UsageError, _preloadplugins, cmdline,
hookspec, hookimpl
)
from _pytest import __version__
from _pytest import version as __version__
_preloadplugins() # to populate pytest.* namespace so help(pytest) works