Added some (now commented-out) debugging statements

This commit is contained in:
Jeremy Fincher 2003-03-31 08:14:04 +00:00
parent e9f41a2f82
commit b147dfe1d3

View File

@ -38,6 +38,7 @@ from fix import *
import sys
import email
import getopt
#import pprint
import conf
@ -123,6 +124,7 @@ def processConfigFile(filename):
else:
text = newtext
lines = text.splitlines()
#debug.printf(pprint.pformat(lines))
(startup, after376) = tuple(itersplit(lines,lambda s: not s, True))
#debug.printf('startup: %r' % startup)
#debug.printf('after376: %r' % after376)