summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-03-12 20:12:19 +0100
committerholger krekel <holger@merlinux.eu>2011-03-12 20:12:19 +0100
commita9f1f26a39d782d3ffc7a28ac18697eafe8c5601 (patch)
tree1605f2c80694016fcd14abf08310a5b3394f2dc6 /pytest.py
parenta7131dc911830e6009ebccaa213c7a8d9b53400b (diff)
downloadpytest-a9f1f26a39d782d3ffc7a28ac18697eafe8c5601.tar.gz
don't import stuff at genscript import time but rather when it is used
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.py b/pytest.py
index a7b9cce02..37dd2e0b9 100644
--- a/pytest.py
+++ b/pytest.py
@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
-__version__ = '2.0.3.dev0'
+__version__ = '2.0.3.dev1'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins