changeset 0 | b97547f5f1fa |
child 1802 | d628defebc17 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/goa/overrides/server_utils.py Wed Nov 05 15:52:50 2008 +0100 @@ -0,0 +1,12 @@ + +class RepoThread(object): + def __init__(self, *args): + pass # XXX raise + def start(self): + pass + def join(self): + pass + +class LoopTask(RepoThread): + def cancel(self): + pass