diff options
author | Brian Quinlan <brian@sweetapp.com> | 2010-09-18 22:35:02 (GMT) |
---|---|---|
committer | Brian Quinlan <brian@sweetapp.com> | 2010-09-18 22:35:02 (GMT) |
commit | 81c4d36928754cc59a48723e4126b5066cc8e8d6 (patch) | |
tree | 9f5b545838f8f8f4e080366ca021cf41fb2a369f /Lib/concurrent/__init__.py | |
parent | 679e0f23280672cdb9144ddeb7022e248b0fdceb (diff) | |
download | cpython-81c4d36928754cc59a48723e4126b5066cc8e8d6.zip cpython-81c4d36928754cc59a48723e4126b5066cc8e8d6.tar.gz cpython-81c4d36928754cc59a48723e4126b5066cc8e8d6.tar.bz2 |
Initial implementation of PEP 3148
Diffstat (limited to 'Lib/concurrent/__init__.py')
-rw-r--r-- | Lib/concurrent/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/concurrent/__init__.py b/Lib/concurrent/__init__.py new file mode 100644 index 0000000..196d378 --- /dev/null +++ b/Lib/concurrent/__init__.py @@ -0,0 +1 @@ +# This directory is a Python package. |