File: remove-shebang.patch

package info (click to toggle)
epydoc 3.0.1%2Bdfsg-14
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 17,540 kB
  • ctags: 30,686
  • sloc: python: 14,373; sh: 97; makefile: 59
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (2)
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
 #