Merge branch 'develop' into roster

This commit is contained in:
Lance Stout 2011-04-11 14:23:39 -04:00
commit b9bf30e095

View file

@ -132,6 +132,7 @@ class Scheduler(object):
if threaded:
self.thread = threading.Thread(name='sheduler_process',
target=self._process)
self.thread.daemon = True
self.thread.start()
else:
self._process()