def __init__(self, path, init=False): GeneralVCSInterface.__init__(self,path,init) if init: notImplemented(self,"__init__ (creation of a repository)")