CC-3336: Refactor schedule API used by pypo

This commit is contained in:
Martin Konecny 2012-02-28 22:33:19 -05:00
parent 057e377c5f
commit a6413f2d1a
5 changed files with 33 additions and 19 deletions

View file

@ -141,8 +141,11 @@ if __name__ == '__main__':
recorder.daemon = True
recorder.start()
#pp.join()
pmh.join()
pp.join()
pf.join()
recorder.join()
logger.info("pypo fetch exit")
sys.exit()
"""