goa/overrides/server_utils.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 22 May 2009 00:46:41 +0200
branchstable
changeset 1899 361774742f3e
parent 1802 d628defebc17
child 1977 606923dff11b
permissions -rw-r--r--
[test] fix test after xhml_wrap changed signature


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