From f9d87b6fd38bb966d3c2561dc8205899eb81d744 Mon Sep 17 00:00:00 2001 From: Michael Helmick Date: Thu, 12 Jan 2012 23:16:36 -0500 Subject: [PATCH] Left out 'python' in hashbang, update setup to use env, too. Left out 'python' in hashbang, update setup to use env, too. --- setup.py | 2 +- twython/twython.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a75f04b..c8c7c98 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import sys, os from setuptools import setup diff --git a/twython/twython.py b/twython/twython.py index abcf0de..8a400cf 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -1,4 +1,4 @@ -#!/usr/bin/env +#!/usr/bin/env python """ Twython is a library for Python that wraps the Twitter API.