enable the default mock-config method

This commit is contained in:
Brian Stinson 2015-07-24 19:39:49 -05:00
parent 1fe6e4da57
commit 283e9510d6

View file

@ -282,8 +282,6 @@ class Commands(Commands):
def lint(self, *args, **kwargs):
raise NotImplementedError("lint is not yet implemented in centpkg")
def mock_config(self, *args, **kwargs):
raise NotImplementedError("mock_config command is not yet implemented in centpkg")
def upload(self, *args, **kwargs):
raise NotImplementedError("upload is not yet implemented in centpkg")