diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-12-01 06:22:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-12-01 06:22:53 +0000 |
commit | a30740affdb9342dee394ffdc77591ec9bc75ae7 (patch) | |
tree | 37f5bfba0acb8beda3bf262719c7d5e62257575a /fetchmailconf | |
parent | b5bcfbf59a39f3f65e87a2c658c21193c6a77bae (diff) | |
download | fetchmail-a30740affdb9342dee394ffdc77591ec9bc75ae7.tar.gz fetchmail-a30740affdb9342dee394ffdc77591ec9bc75ae7.tar.bz2 fetchmail-a30740affdb9342dee394ffdc77591ec9bc75ae7.zip |
Minor bugfixes.
svn path=/trunk/; revision=2993
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmailconf b/fetchmailconf index ba8b6e09..ef295ce6 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -4,7 +4,7 @@ # by Eric S. Raymond, <esr@snark.thyrsus.com>. # Requires Python with Tkinter, and the following OS-dependent services: # posix, posixpath, socket -version = "1.32" +version = "1.33" from Tkinter import * from Dialog import * @@ -110,7 +110,7 @@ class Server: ('plugin', 'String'), ('plugout', 'String'), ('netsec', 'String'), - ('principal', 'String')), + ('principal', 'String')) def dump(self, folded): res = "" |