File: 10_fix_shebang.patch

package info (click to toggle)
python-twitter 1.1%2Bgit20131227-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 884 kB
  • ctags: 1,148
  • sloc: python: 5,150; makefile: 187
file content (11 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
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
 #