aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-09-03 20:17:45 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-09-03 20:17:45 +0000
commit099777f84a1e58324888f3bcf5d0105192c97277 (patch)
tree6a11c6ed0fe2c5dd81e24dfa6f2f85ae1bf6a94e /trunk/src
parentFix depgraph function to print out dependencies that don't resolve to a packa... (diff)
downloadgentoolkit-099777f84a1e58324888f3bcf5d0105192c97277.tar.gz
gentoolkit-099777f84a1e58324888f3bcf5d0105192c97277.tar.bz2
gentoolkit-099777f84a1e58324888f3bcf5d0105192c97277.zip
Remove debug print statement in equery belongs command (Bug #236483)
svn path=/; revision=513
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/equery/equery1
1 files changed, 0 insertions, 1 deletions
diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery
index 9e319e9..d5b5945 100755
--- a/trunk/src/equery/equery
+++ b/trunk/src/equery/equery
@@ -375,7 +375,6 @@ class CmdListBelongs(Command):
query[i] = query[i].rstrip('/')
q = map(lambda x: ((len(x) and x[0] == "/") and "^" or "/")
+ re.escape(x) + "$", query)
- print q
try:
q = "|".join(q)
rx = re.compile(q)