projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f8311
)
remove redundant sys.path adjustment for portage
author
genone
<genone@gentoo.org>
Thu, 28 Feb 2008 15:21:24 +0000
(15:21 -0000)
committer
genone
<genone@gentoo.org>
Thu, 28 Feb 2008 15:21:24 +0000
(15:21 -0000)
svn path=/; revision=476
trunk/src/equery/equery
patch
|
blob
|
history
diff --git
a/trunk/src/equery/equery
b/trunk/src/equery/equery
index 1e00307dcff88c23f88a0e52f3f4250fb0ad0f64..7590ef7795d13a877221abefbeeb553ed3a432b7 100755
(executable)
--- a/
trunk/src/equery/equery
+++ b/
trunk/src/equery/equery
@@
-19,7
+19,6
@@
import sys
import time
# portage (output module) and gentoolkit need special path modifications
-sys.path.insert(0, "/usr/lib/portage/pym")
sys.path.insert(0, "/usr/lib/gentoolkit/pym")
import gentoolkit