--- src/centpkg/__init__.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index 37dbe83..64289e4 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -228,9 +228,6 @@ class Commands(pyrpkg.Commands): def mock_config(self, *args, **kwargs): raise NotImplementedError("This command is not yet implemented in centpkg") - def mockbuild(self, *args, **kwargs): - raise NotImplementedError("This command is not yet implemented in centpkg") - def upload(self, *args, **kwargs): raise NotImplementedError("This command is not yet implemented in centpkg") -- 1.7.1