File: Remove-bangpath-in-Python-module.patch

package info (click to toggle)
montage 6.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 45,580 kB
  • sloc: ansic: 144,907; javascript: 4,636; python: 1,625; makefile: 1,447; sh: 230; xml: 48
file content (18 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Ole Streicher <olebole@debian.org>
Date: Fri, 18 Jan 2019 16:33:57 +0100
Subject: Remove bangpath in Python module

---
 python/MontagePy/MontagePy/archive.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/python/MontagePy/MontagePy/archive.py b/python/MontagePy/MontagePy/archive.py
index e26758c..b0092a6 100644
--- a/python/MontagePy/MontagePy/archive.py
+++ b/python/MontagePy/MontagePy/archive.py
@@ -1,5 +1,3 @@
-#!/bin/env python
-
 import os
 import sys
 import requests