From 390f035e818552f29a0f2bb00b6c46dbecf85344 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 25 Jun 2009 21:24:30 +0000 Subject: Make dbapi.cp_list() raise NotImplementedError. svn path=/main/trunk/; revision=13695 --- pym/portage/dbapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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): """ -- cgit v1.2.3-1-g7c22