File getmail-4.9.1-modules.patch of Package getmail
diff -uNr getmail-4.9.1/getmailcore/baseclasses.py getmail-4.9.1p/getmailcore/baseclasses.py
--- getmail-4.9.1/getmailcore/baseclasses.py 2009-04-05 14:43:53.000000000 -0500
+++ getmail-4.9.1p/getmailcore/baseclasses.py 2009-07-08 15:37:12.903698617 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Base classes used elsewhere in the package.
'''
diff -uNr getmail-4.9.1/getmailcore/compatibility.py getmail-4.9.1p/getmailcore/compatibility.py
--- getmail-4.9.1/getmailcore/compatibility.py 2009-04-05 14:43:53.000000000 -0500
+++ getmail-4.9.1p/getmailcore/compatibility.py 2009-07-08 15:37:12.907683202 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Compatibility class declarations used elsewhere in the package.
'''
diff -uNr getmail-4.9.1/getmailcore/constants.py getmail-4.9.1p/getmailcore/constants.py
--- getmail-4.9.1/getmailcore/constants.py 2006-01-27 12:13:32.000000000 -0500
+++ getmail-4.9.1p/getmailcore/constants.py 2009-07-08 15:37:12.911701451 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
# Log levels
(TRACE, DEBUG, MOREINFO, INFO, WARNING, ERROR, CRITICAL) = range(1, 8)
diff -uNr getmail-4.9.1/getmailcore/destinations.py getmail-4.9.1p/getmailcore/destinations.py
--- getmail-4.9.1/getmailcore/destinations.py 2008-02-17 12:10:40.000000000 -0500
+++ getmail-4.9.1p/getmailcore/destinations.py 2009-07-08 15:37:12.921682541 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Classes implementing destinations (files, directories, or programs getmail
can deliver mail to).
diff -uNr getmail-4.9.1/getmailcore/exceptions.py getmail-4.9.1p/getmailcore/exceptions.py
--- getmail-4.9.1/getmailcore/exceptions.py 2006-01-27 12:13:32.000000000 -0500
+++ getmail-4.9.1p/getmailcore/exceptions.py 2009-07-08 15:37:12.926684575 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Exceptions raised by getmail.
'''
diff -uNr getmail-4.9.1/getmailcore/filters.py getmail-4.9.1p/getmailcore/filters.py
--- getmail-4.9.1/getmailcore/filters.py 2009-04-05 14:43:53.000000000 -0500
+++ getmail-4.9.1p/getmailcore/filters.py 2009-07-08 15:37:12.933683161 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Classes implementing message filters.
Currently implemented:
diff -uNr getmail-4.9.1/getmailcore/__init__.py getmail-4.9.1p/getmailcore/__init__.py
--- getmail-4.9.1/getmailcore/__init__.py 2009-06-01 12:23:11.000000000 -0500
+++ getmail-4.9.1p/getmailcore/__init__.py 2009-07-08 15:37:12.938685474 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+
'''A reliable mail-retriever toolkit.
getmail is a reliable, modular, extensible mail retriever with support for
diff -uNr getmail-4.9.1/getmailcore/logging.py getmail-4.9.1p/getmailcore/logging.py
--- getmail-4.9.1/getmailcore/logging.py 2008-02-17 12:10:40.000000000 -0500
+++ getmail-4.9.1p/getmailcore/logging.py 2009-07-08 15:37:12.943685133 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Logging support for getmail.
The new standard Python libary module logging didn't cut it for me; it doesn't
diff -uNr getmail-4.9.1/getmailcore/message.py getmail-4.9.1p/getmailcore/message.py
--- getmail-4.9.1/getmailcore/message.py 2008-02-17 12:10:40.000000000 -0500
+++ getmail-4.9.1p/getmailcore/message.py 2009-07-08 15:37:12.953682915 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''The getmail Message class.
'''
diff -uNr getmail-4.9.1/getmailcore/_pop3ssl.py getmail-4.9.1p/getmailcore/_pop3ssl.py
--- getmail-4.9.1/getmailcore/_pop3ssl.py 2009-04-05 14:10:26.000000000 -0500
+++ getmail-4.9.1p/getmailcore/_pop3ssl.py 2009-07-08 15:37:12.956683856 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Provide an SSL-capable POP3 class.
'''
diff -uNr getmail-4.9.1/getmailcore/_retrieverbases.py getmail-4.9.1p/getmailcore/_retrieverbases.py
--- getmail-4.9.1/getmailcore/_retrieverbases.py 2009-06-01 12:23:11.000000000 -0500
+++ getmail-4.9.1p/getmailcore/_retrieverbases.py 2009-07-08 15:37:12.961699089 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Base and mix-in classes implementing retrievers (message sources getmail can
retrieve mail from).
diff -uNr getmail-4.9.1/getmailcore/retrievers.py getmail-4.9.1p/getmailcore/retrievers.py
--- getmail-4.9.1/getmailcore/retrievers.py 2009-04-05 14:10:26.000000000 -0500
+++ getmail-4.9.1p/getmailcore/retrievers.py 2009-07-08 15:37:12.965697992 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Classes implementing retrievers (message sources getmail can retrieve mail
from).
diff -uNr getmail-4.9.1/getmailcore/utilities.py getmail-4.9.1p/getmailcore/utilities.py
--- getmail-4.9.1/getmailcore/utilities.py 2008-09-26 14:13:07.000000000 -0500
+++ getmail-4.9.1p/getmailcore/utilities.py 2009-07-08 15:37:12.969682019 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+
'''Utility classes and functions for getmail.
'''