File: remove-shebang.patch

package info (click to toggle)
epydoc 3.0.1%2Bdfsg-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,412 kB
  • ctags: 29,831
  • sloc: python: 14,318; makefile: 55; sh: 7
file content (10 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Description: Remove shebang (#!) from .py files to comply with policy.
# Author: Kenneth J. Pronovici <pronovic@debian.org>
--- a/epydoc/gui.py
+++ b/epydoc/gui.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # objdoc: epydoc command-line interface
 # Edward Loper
 #