goa/overrides/server_utils.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 25 May 2009 16:03:09 +0200 (2009-05-25)
branchstable
changeset 1920 31843b49188d
parent 1802 d628defebc17
child 1977 606923dff11b
permissions -rw-r--r--
[packaging] use python-support instead of python-central

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