From: Josh Roesslein Date: Thu, 13 Aug 2009 20:53:39 +0000 (-0500) Subject: Rename stream watcher and tweepyshell scripts. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=42d447e1b9fc139122dc6c0575bde1be31bbb069;p=tweepy.git Rename stream watcher and tweepyshell scripts. --- diff --git a/stream_watcher.py b/streamwatcher.py old mode 100644 new mode 100755 similarity index 98% rename from stream_watcher.py rename to streamwatcher.py index 7fbf89f..91826e8 --- a/stream_watcher.py +++ b/streamwatcher.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import time from getpass import getpass diff --git a/tweepyshell b/tweepyshell.py similarity index 100% rename from tweepyshell rename to tweepyshell.py