File: remove-module-shebang.patch

package info (click to toggle)
python-couchdb 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 232 kB
  • ctags: 246
  • sloc: python: 1,229; makefile: 26
file content (8 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
diff -Nur python-couchdb-0.1/couchdb/view.py python-couchdb-0.1.new/couchdb/view.py
--- python-couchdb-0.1/couchdb/view.py	2007-10-23 13:20:15.000000000 +0100
+++ python-couchdb-0.1.new/couchdb/view.py	2007-10-30 22:38:26.000000000 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2007 Christopher Lenz