diff options
author | Jesse Noller <jnoller@gmail.com> | 2008-07-02 16:56:51 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2008-07-02 16:56:51 (GMT) |
commit | 76cf55f49965f485633ac78bb34890ad6f77a876 (patch) | |
tree | 9580350863f8450abd0449a334b918e6655d9512 /Lib | |
parent | 66c527755d0f751e4239328558082bf22f52d361 (diff) | |
download | cpython-76cf55f49965f485633ac78bb34890ad6f77a876.zip cpython-76cf55f49965f485633ac78bb34890ad6f77a876.tar.gz cpython-76cf55f49965f485633ac78bb34890ad6f77a876.tar.bz2 |
Add #!/usr/bin/env python for ben
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_multiprocessing.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_multiprocessing.py b/Lib/test/test_multiprocessing.py index 12cbb71..cd0784b 100644 --- a/Lib/test/test_multiprocessing.py +++ b/Lib/test/test_multiprocessing.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # # Unit tests for the multiprocessing package # |