summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-27 14:27:38 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-04-27 14:27:38 (GMT)
commit944d16c6c490f5e3933f8a729d810f60d3bab1d3 (patch)
treefa5937fc167ace98dafb8aff3e5c7f11c379e4f4 /Lib/test
parent19acb88baf6026307e21d27a4bd7fb33a51344c1 (diff)
parent9a42793761ddedc59f03a5fe0f0150e11676713f (diff)
downloadcpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.zip
cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.tar.gz
cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.tar.bz2
Merge 3.1
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.
-
-"""