diff options
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 21adb5ec..639eb088 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1782,7 +1782,7 @@ gUSiYASJpMEHhilJTEnhAlGoQqYAZQ1AiqEMZ0jDGtqQImhwwA13yMMevoQAGvGhEAWHGMOAAAA7 # The base64 data in the string above was generated by the following procedure: # # import base64 -# print (base64.encodestring(open("fetchmail.gif", "rb").read()) +# print base64.encodestring(open("fetchmail.gif", "rb").read()) # # Process options |