diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:32:36 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:32:36 (GMT) |
commit | 0abb8b74d911607d8535bd79a042918295627454 (patch) | |
tree | 3befd7d1b5ea324119d42d0112bac00257e3aa69 /Lib/test/tracedmodules/__init__.py | |
parent | 7fb624fe51a25580427ed19c6a84e8003df77dc8 (diff) | |
parent | 944d16c6c490f5e3933f8a729d810f60d3bab1d3 (diff) | |
download | cpython-0abb8b74d911607d8535bd79a042918295627454.zip cpython-0abb8b74d911607d8535bd79a042918295627454.tar.gz cpython-0abb8b74d911607d8535bd79a042918295627454.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Lib/test/tracedmodules/__init__.py')
-rw-r--r-- | Lib/test/tracedmodules/__init__.py | 5 |
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. - -""" |