add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but tiz the...
authorBrian Harring <ferringb@gentoo.org>
Fri, 27 Jan 2006 19:18:16 +0000 (19:18 -0000)
committerBrian Harring <ferringb@gentoo.org>
Fri, 27 Jan 2006 19:18:16 +0000 (19:18 -0000)
svn path=/main/trunk/; revision=2593

bin/emaint

index 4ea4e73b8489a15112f7cdda1c97ec14ae9d1e2c..4aa1b7c0401e92807b6db4077f502def06d221e9 100755 (executable)
@@ -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