summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-27 14:23:56 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-04-27 14:23:56 (GMT)
commit9a42793761ddedc59f03a5fe0f0150e11676713f (patch)
tree0a0058c6138c7d6a47ae242adf48c31b7f7c22c6 /Lib/test
parent935a5888255b60b77547e7bdf32e03fbe963ef52 (diff)
parent10f3d7acbd69206bd9166f812d0503fed187eb5b (diff)
downloadcpython-9a42793761ddedc59f03a5fe0f0150e11676713f.zip
cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.tar.gz
cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.tar.bz2
Branch merge
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/tracedmodules/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/tracedmodules/__init__.py b/Lib/test/tracedmodules/__init__.py
index 4628d8a..13fa4f2 100644
--- a/Lib/test/tracedmodules/__init__.py
+++ b/Lib/test/tracedmodules/__init__.py
@@ -2,8 +2,3 @@
that the exact location of functions in these modules is important, as trace.py
takes the real line numbers into account.
"""
-"""This directory contains modules that help testing the trace.py module. Note
-that the exact location of functions in these modules is important, as trace.py
-takes the real line numbers into account.
-
-"""