goa/overrides/server_utils.py
author sylvain.thenault@logilab.fr
Fri, 30 Jan 2009 14:38:16 +0100
changeset 524 eee3983e29e9
parent 0 b97547f5f1fa
child 1802 d628defebc17
permissions -rw-r--r--
hcal is a microformat and can be inserted in html


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