From: Brian Harring Date: Fri, 27 Jan 2006 19:18:16 +0000 (-0000) Subject: add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but tiz the... X-Git-Tag: v2.1_pre4~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b3d7f4ac6348f363753a713c57e61e5458651b5;p=portage.git 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 --- 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