load_kojisession works from rpkg

This commit is contained in:
Brian Stinson 2014-11-23 22:21:11 -06:00
parent baeee63d79
commit b63384a593

View file

@ -156,9 +156,6 @@ class Commands(pyrpkg.Commands):
return
def load_kojisession(self, *args, **kwargs):
raise NotImplementedError("load_kojisession is not yet implemented in centpkg")
def get_latest_commit(self, *args, **kwargs):
raise NotImplementedError("get_latest_commit is not yet implemented in centpkg")