run the superclass version of clone, we don't need to do too much here yet

This commit is contained in:
Brian Stinson 2014-06-13 23:18:26 -05:00
parent ca61eb86f9
commit 6f323dcd6f

View file

@ -70,7 +70,7 @@ class Commands(pyrpkg.Commands):
raise NotImplementedError("This command is not yet implemented in centpkg")
def clone(self, *args, **kwargs):
raise NotImplementedError("This command is not yet implemented in centpkg")
super(Commands,self).clone(*args, **kwargs)
def clone_with_dirs(self, *args, **kwargs):
raise NotImplementedError("This command is not yet implemented in centpkg")