From b63384a593a759555df3719273331c515ce704b5 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Nov 24 2014 04:21:11 +0000 Subject: load_kojisession works from rpkg --- diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index fea39e8..e35c43a 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -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")