Commit 085ef566 authored by Chris McDonough's avatar Chris McDonough

Get rid of hardcoded hashbang interpreter paths.

parent daa32092
#!/usr/local/bin/python
#!/usr/bin/env python
"""Gadfly installation script.
......
#!/usr/local/bin/python
#!/usr/bin/env python
"""python lint using kwParsing
The goal of this module/filter is to help find
......
#! /usr/local/bin/python
#!/usr/bin/env python
# -*- Mode: Python; tab-width: 4 -*-
#
# Author: Sam Rushing <rushing@nightmare.com>
......@@ -6,7 +6,7 @@
# All Rights Reserved.
#
RCS_ID = '$Id: http_server.py,v 1.35 2003/03/18 21:15:17 fdrake Exp $'
RCS_ID = '$Id: http_server.py,v 1.36 2003/07/22 16:29:53 chrism Exp $'
# python modules
import os
......
#! /usr/local/bin/python1.4
#!/usr/bin/env python
# -*- Mode: Python; tab-width: 4 -*-
import asyncore
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment