diff options
Diffstat (limited to 'Lib/test/tracedmodules/__init__.py')
-rw-r--r-- | Lib/test/tracedmodules/__init__.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/test/tracedmodules/__init__.py b/Lib/test/tracedmodules/__init__.py new file mode 100644 index 0000000..4628d8a --- /dev/null +++ b/Lib/test/tracedmodules/__init__.py @@ -0,0 +1,9 @@ +"""This package 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. +""" +"""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. + +""" |