mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Added some (now commented-out) debugging statements
This commit is contained in:
parent
e9f41a2f82
commit
b147dfe1d3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user