aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-06 08:47:08 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-06 08:47:08 +0000
commit58e50507141427c6452c662c1b8940a0d9a4267d (patch)
tree374ceae06f0e06fd8c638e54db0cbb6128f27339 /fetchmailconf
parent7d5921d30bb8f045a51c358160410b41c88c84c2 (diff)
downloadfetchmail-58e50507141427c6452c662c1b8940a0d9a4267d.tar.gz
fetchmail-58e50507141427c6452c662c1b8940a0d9a4267d.tar.bz2
fetchmail-58e50507141427c6452c662c1b8940a0d9a4267d.zip
Cleaner icon generation.
svn path=/trunk/; revision=2795
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf6
1 files changed, 2 insertions, 4 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 7f08351d..21adb5ec 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1779,12 +1779,10 @@ OtO0k84+7KjzBjzplMJOOOOoo8846/ATxqJWinkkGUyEkMAaIezABQM3bMAEK1xEsUMDGjARRxhY
xEGGHfPjEcccca6BRxhyuEMY7FCHMNDhf9140r2qRiVvdENQ3liUArzREW/0qRsRVIAGFfBADnLw
gUSiYASJpMEHhilJTEnhAlGoQqYAZQ1AiqEMZ0jDGtqQImhwwA13yMMevoQAGvGhEAWHGMOAAAA7
"""
-# Note on making icons: the above was generated by the following procedure:
+# The base64 data in the string above was generated by the following procedure:
#
# import base64
-# data = open("fetchmail.gif", "rb").read()
-# print "fetchmail_icon =\\"
-# print repr(base64.encodestring(data))
+# print (base64.encodestring(open("fetchmail.gif", "rb").read())
#
# Process options