fix pep257

This commit is contained in:
Anatoly Bubenkov 2015-03-23 21:28:29 +01:00
parent d94a29e866
commit 55eb82c434
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
""" generic mechanism for marking and selecting python functions. """ """ generic mechanism for marking and selecting python functions. """
import py import py
class MarkerError(Exception): class MarkerError(Exception):
"""
Error in use of a pytest marker/attribute. """Error in use of a pytest marker/attribute."""
"""
def pytest_namespace(): def pytest_namespace():