File duplicity-remove_shebang.patch of Package duplicity
diff --git a/duplicity/compilec.py b/duplicity/compilec.py index 1176dc2..4577c28 100755 --- a/duplicity/compilec.py +++ b/duplicity/compilec.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- # # Copyright 2002 Ben Escoto <ben@emerose.org> diff --git a/duplicity/tarfile.py b/duplicity/tarfile.py index ac93412..98fb4be 100644 --- a/duplicity/tarfile.py +++ b/duplicity/tarfile.py @@ -1,4 +1,3 @@ -#! /usr/bin/python2.7 # -*- coding: iso-8859-1 -*- #------------------------------------------------------------------- # tarfile.py