edb43f70f41d92d2434c73e4cc8375fe39c456f1

If the GerritWatcher thread is not set as daemon, the program won't exit when the main thread exits. This is usually undesirable. As part of making the thread be a daemon, I've moved the ownership of threading logic to the gerrit startWatching method, decoupling GerritWatcher's logic from the implementation detail of being a thread (vs a co-process etc). Change-Id: Ib28d5bfec47d2c4c88b99e07dec50ee4dd0104bf
gerritlib
A Python library for interacting with Gerrit.
Description
Languages
Python
100%