Commit 149f15c5 authored by Fred Drake's avatar Fred Drake

remove more broken cruft

parent 779bf28a
......@@ -54,9 +54,7 @@ class EventLogTest(unittest.TestCase):
zLOG.initialize()
def setLog(self, severity=0):
os.environ['%s_LOG_FILE' % self.prefix] = self.path
if severity:
os.environ['%s_LOG_SEVERITY' % self.prefix] = str(severity)
# XXX Need to write new logging initialization code here!
self._severity = severity
zLOG.initialize()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment