Browse Source

Get rid of hashbang lines.

Chris McDonough 15 years ago
parent
commit
3707ac249a

+ 0 - 1
src/supervisor/medusa/http_server.py

@@ -1,4 +1,3 @@
-#! /usr/local/bin/python
 # -*- Mode: Python -*-
 #
 #       Author: Sam Rushing <rushing@nightmare.com>

+ 0 - 1
src/supervisor/medusa/test/asyn_http_bench.py

@@ -1,4 +1,3 @@
-#! /usr/local/bin/python1.4
 # -*- Mode: Python -*-
 
 import asyncore

+ 0 - 2
src/supervisor/medusa/test/test_producers.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Test script for producers.py
 #