From 55c7521156fe46749b7c1b9c818ac439df31c4c8 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jul 25 2015 00:40:00 +0000 Subject: enable the default clog command --- diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index f3210be..ffe523f 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -273,8 +273,6 @@ class Commands(Commands): def upload_file(self, *args, **kwargs): raise NotImplementedError("upload_file is not yet implemented in centpkg") - def clog(self, *args, **kwargs): - raise NotImplementedError("clog is not yet implemented in centpkg") def install(self, *args, **kwargs): raise NotImplementedError("install is not yet implemented in centpkg")