summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-06-25 21:24:30 +0000
committerZac Medico <zmedico@gentoo.org>2009-06-25 21:24:30 +0000
commit390f035e818552f29a0f2bb00b6c46dbecf85344 (patch)
treea00b09651d53add5cd0fd3869956ad1f3ffff5ba /pym/portage/dbapi/__init__.py
parent07a674c8daadbaa11b6b3eb76c8c6be9fd5e305a (diff)
downloadportage-390f035e818552f29a0f2bb00b6c46dbecf85344.tar.gz
portage-390f035e818552f29a0f2bb00b6c46dbecf85344.tar.bz2
portage-390f035e818552f29a0f2bb00b6c46dbecf85344.zip
Make dbapi.cp_list() raise NotImplementedError.
svn path=/main/trunk/; revision=13695
Diffstat (limited to 'pym/portage/dbapi/__init__.py')
-rw-r--r--pym/portage/dbapi/__init__.py2
1 files changed, 1 insertions, 1 deletions
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):
"""