]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add #!/usr/bin/env python for ben
authorJesse Noller <jnoller@gmail.com>
Wed, 2 Jul 2008 16:56:51 +0000 (16:56 +0000)
committerJesse Noller <jnoller@gmail.com>
Wed, 2 Jul 2008 16:56:51 +0000 (16:56 +0000)
Lib/test/test_multiprocessing.py

index 12cbb71ea1364b5b238445a8a6c29fba464ffe12..cd0784bca3259b8ccf9764c931101ba2db6c4258 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 #
 # Unit tests for the multiprocessing package
 #