summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2007-01-11 05:05:03 +0000
committerfuzzyray <fuzzyray@gentoo.org>2007-01-11 05:05:03 +0000
commitae0726798f35452e1d65baa39d3f2274801eaa68 (patch)
treed1eb17974f2ead626323ff563558d9a9a98b0fd6 /trunk
parent447121205addb2171ee6a9ae764e80f506c97190 (diff)
downloadgentoolkit-ae0726798f35452e1d65baa39d3f2274801eaa68.tar.gz
Fix get_dependants() to raise an Exception instead of a string (Bug 137783)
svn path=/; revision=337
Diffstat (limited to 'trunk')
-rw-r--r--trunk/src/gentoolkit/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/gentoolkit/package.py b/trunk/src/gentoolkit/package.py
index 87fef28..ffed488 100644
--- a/trunk/src/gentoolkit/package.py
+++ b/trunk/src/gentoolkit/package.py
@@ -67,7 +67,7 @@ class Package:
def get_dependants(self):
"""Retrieves a list of CPVs for all packages depending on this one"""
- raise "Not implemented yet!"
+ raise NotImplementedError("Not implemented yet!")
def get_runtime_deps(self):
"""Returns a linearised list of first-level run time dependencies for this package, on