mfocko / centos / centpkg

Forked from centos/centpkg 7 months ago
Clone

283e95 enable the default mock-config method

Authored and Committed by bstinson 9 years ago
    enable the default mock-config method
    
        
file modified
+0 -2
src/centpkg/__init__.py CHANGED
@@ -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")