make try-except-finally works with python 2.4
darcs-hash:20080821191734-86b55-88b99be3d4535aa935d28a4869d654401b9e0a23.gz
This commit is contained in:
@@ -673,6 +673,7 @@ class JCLComponent(Component, object):
|
||||
timer_thread = threading.Thread(target=self.time_handler,
|
||||
name="TimerThread")
|
||||
timer_thread.start()
|
||||
try:
|
||||
try:
|
||||
while (self.running and self.stream
|
||||
and not self.stream.eof
|
||||
|
||||
Reference in New Issue
Block a user