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
|