283e95
enable the default mock-config method
@@ -282,8 +282,6 @@ class Commands(Commands):
|
|
282
282
|
def lint(self, *args, **kwargs):
|
283
283
|
raise NotImplementedError("lint is not yet implemented in centpkg")
|
284
284
|
|
285
|
-
def mock_config(self, *args, **kwargs):
|
286
|
-
raise NotImplementedError("mock_config command is not yet implemented in centpkg")
|
287
285
|
|
288
286
|
def upload(self, *args, **kwargs):
|
289
287
|
raise NotImplementedError("upload is not yet implemented in centpkg")
|