show pytest.__version__ not pylib

This commit is contained in:
holger krekel
2010-10-31 18:57:44 +01:00
parent 35969e13ae
commit 03924d205d
2 changed files with 3 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ def pytest_cmdline_main(config):
if config.option.version:
p = py.path.local(pytest.__file__).dirpath()
sys.stderr.write("This is py.test version %s, imported from %s\n" %
(py.__version__, p))
(pytest.__version__, p))
return 0
elif config.option.help:
config.pluginmanager.do_configure(config)