From 6b3d7f4ac6348f363753a713c57e61e5458651b5 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Fri, 27 Jan 2006 19:18:16 +0000 Subject: 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 --- bin/emaint | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-1-g7c22