From a30740affdb9342dee394ffdc77591ec9bc75ae7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 1 Dec 2000 06:22:53 +0000 Subject: Minor bugfixes. svn path=/trunk/; revision=2993 --- fetchmailconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index ba8b6e09..ef295ce6 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -4,7 +4,7 @@ # by Eric S. Raymond, . # 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 = "" -- cgit v1.2.3