From: Zac Medico Date: Thu, 25 Jun 2009 21:24:30 +0000 (-0000) Subject: Make dbapi.cp_list() raise NotImplementedError. X-Git-Tag: v2.2_rc34~146 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=390f035e818552f29a0f2bb00b6c46dbecf85344;p=portage.git Make dbapi.cp_list() raise NotImplementedError. svn path=/main/trunk/; revision=13695 --- diff --git a/pym/portage/dbapi/__init__.py b/pym/portage/dbapi/__init__.py index db6e36fcd..abd6cc870 100644 --- a/pym/portage/dbapi/__init__.py +++ b/pym/portage/dbapi/__init__.py @@ -50,7 +50,7 @@ class dbapi(object): pass def cp_list(self, cp, use_cache=1): - return + raise NotImplementedError(self) def _cpv_sort_ascending(self, cpv_list): """