goa/overrides/server_utils.py
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Thu, 02 Apr 2009 11:51:46 -0700
changeset 1225 b35a009179ae
parent 0 b97547f5f1fa
child 1802 d628defebc17
permissions -rw-r--r--
[doc] Add seperate TOC file so that it will not all being displayed in the first page but in the TOC page accessible through a link.


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