From 283e9510d68bb8aea0c6f54c3cc98fd36b97c37e Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jul 25 2015 00:39:49 +0000 Subject: enable the default mock-config method --- diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index adb3adc..f3210be 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -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")