Description: fix shebang of python scripts
 This patch removes shebangs from non-executable scripts.
Last-Update: 2013-12-30

--- python-twitter-1.0.orig/twitter.py
+++ python-twitter-1.0/twitter.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # vim: sw=2 ts=2 sts=2
 #
