blob: 245573396b61efa9030b10b83bc5192fd02153c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Description: Remove header from fetchmailconf.py since it is a library.
Author: Hector Garcia <hector@debian.org>
Remove header from fetchmailconf.py since it is a library.
Index: fetchmail-6.3.13/fetchmailconf.py
===================================================================
--- fetchmail-6.3.13.orig/fetchmailconf.py 2009-09-24 01:11:14.000000000 +0200
+++ fetchmail-6.3.13/fetchmailconf.py 2010-02-01 16:33:46.000000000 +0100
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# A GUI configurator for generating fetchmail configuration files.
# by Eric S. Raymond, <esr@snark.thyrsus.com>,
# Matthias Andree <matthias.andree@gmx.de>
|