diff options
author | Brian Harring <ferringb@gentoo.org> | 2006-01-27 19:18:16 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2006-01-27 19:18:16 +0000 |
commit | 6b3d7f4ac6348f363753a713c57e61e5458651b5 (patch) | |
tree | e81b33c7e516f50ed997732849d02ec691676685 | |
parent | ea99f722f51ed96481bb7a59521838160f084e2c (diff) | |
download | portage-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
-rwxr-xr-x | bin/emaint | 1 |
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 |