[py-svn] r61312 - py/branch/pytestplugin/py/test/plugin

hpk at codespeak.net hpk at codespeak.net
Sat Jan 24 19:59:31 CET 2009


Author: hpk
Date: Sat Jan 24 19:59:31 2009
New Revision: 61312

Modified:
   py/branch/pytestplugin/py/test/plugin/pytest_eventlog.py
Log:
remove redundant docstring


Modified: py/branch/pytestplugin/py/test/plugin/pytest_eventlog.py
==============================================================================
--- py/branch/pytestplugin/py/test/plugin/pytest_eventlog.py	(original)
+++ py/branch/pytestplugin/py/test/plugin/pytest_eventlog.py	Sat Jan 24 19:59:31 2009
@@ -1,6 +1,3 @@
-"""
-    eventlog plugin for logging pytest events to a file.
-"""
 import py
 
 class Eventlog:



More information about the pytest-commit mailing list