commit | 76cf55f49965f485633ac78bb34890ad6f77a876 | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Wed Jul 02 16:56:51 2008 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Wed Jul 02 16:56:51 2008 +0000 |
tree | 9580350863f8450abd0449a334b918e6655d9512 | |
parent | 66c527755d0f751e4239328558082bf22f52d361 [diff] [blame] |
Add #!/usr/bin/env python for ben
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 #