summaryrefslogtreecommitdiffstats
path: root/bin/emaint
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2006-01-27 19:18:16 +0000
committerBrian Harring <ferringb@gentoo.org>2006-01-27 19:18:16 +0000
commit6b3d7f4ac6348f363753a713c57e61e5458651b5 (patch)
treee81b33c7e516f50ed997732849d02ec691676685 /bin/emaint
parentea99f722f51ed96481bb7a59521838160f084e2c (diff)
downloadportage-6b3d7f4ac6348f363753a713c57e61e5458651b5.tar.gz
portage-6b3d7f4ac6348f363753a713c57e61e5458651b5.tar.bz2
portage-6b3d7f4ac6348f363753a713c57e61e5458651b5.zip
add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but tiz the convention currently).
svn path=/main/trunk/; revision=2593
Diffstat (limited to 'bin/emaint')
-rwxr-xr-xbin/emaint1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/emaint b/bin/emaint
index 4ea4e73b8..4aa1b7c04 100755
--- a/bin/emaint
+++ b/bin/emaint
@@ -1,6 +1,7 @@
#!/usr/bin/python -O
import sys
+sys.path.insert(0, "/usr/lib/portage/pym")
from copy import copy
from optparse import OptionParser, OptionValueError