mention pep302 in docstring

This commit is contained in:
holger krekel 2012-06-16 10:14:52 +02:00
parent 63eacd9dd5
commit 2e163e4aae
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ PYC_TAIL = "." + PYTEST_TAG + PYC_EXT
REWRITE_NEWLINES = sys.version_info[:2] != (2, 7) and sys.version_info < (3, 2) REWRITE_NEWLINES = sys.version_info[:2] != (2, 7) and sys.version_info < (3, 2)
class AssertionRewritingHook(object): class AssertionRewritingHook(object):
"""Import hook which rewrites asserts.""" """PEP302 Import hook which rewrites asserts."""
def __init__(self): def __init__(self):
self.session = None self.session = None