[Supervisor-checkins] r915 - in supervisor/trunk/src/supervisor/medusa: . test
Chris McDonough
chrism at agendaless.com
Tue Jan 12 07:34:57 EST 2010
Author: Chris McDonough <chrism at agendaless.com>
Date: Tue Jan 12 07:34:57 2010
New Revision: 915
Log:
Get rid of hashbang lines.
Modified:
supervisor/trunk/src/supervisor/medusa/http_server.py
supervisor/trunk/src/supervisor/medusa/test/asyn_http_bench.py
supervisor/trunk/src/supervisor/medusa/test/test_producers.py
Modified: supervisor/trunk/src/supervisor/medusa/http_server.py
==============================================================================
--- supervisor/trunk/src/supervisor/medusa/http_server.py (original)
+++ supervisor/trunk/src/supervisor/medusa/http_server.py Tue Jan 12 07:34:57 2010
@@ -1,4 +1,3 @@
-#! /usr/local/bin/python
# -*- Mode: Python -*-
#
# Author: Sam Rushing <rushing at nightmare.com>
Modified: supervisor/trunk/src/supervisor/medusa/test/asyn_http_bench.py
==============================================================================
--- supervisor/trunk/src/supervisor/medusa/test/asyn_http_bench.py (original)
+++ supervisor/trunk/src/supervisor/medusa/test/asyn_http_bench.py Tue Jan 12 07:34:57 2010
@@ -1,4 +1,3 @@
-#! /usr/local/bin/python1.4
# -*- Mode: Python -*-
import asyncore
Modified: supervisor/trunk/src/supervisor/medusa/test/test_producers.py
==============================================================================
--- supervisor/trunk/src/supervisor/medusa/test/test_producers.py (original)
+++ supervisor/trunk/src/supervisor/medusa/test/test_producers.py Tue Jan 12 07:34:57 2010
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
#
# Test script for producers.py
#
More information about the Supervisor-checkins
mailing list