diff options
author | 2011-09-24 01:49:14 +0000 | |
---|---|---|
committer | 2011-09-24 01:49:14 +0000 | |
commit | 745976728dea89598b910f8308c3b948b9c5750c (patch) | |
tree | a51df49cf39c1c86bb7839c0b124ad69ede1ff24 /portage_with_autodep/pym/portage | |
parent | fixed a bug when hook library intercepts a call while not initialized (diff) | |
download | autodep-745976728dea89598b910f8308c3b948b9c5750c.tar.gz autodep-745976728dea89598b910f8308c3b948b9c5750c.tar.bz2 autodep-745976728dea89598b910f8308c3b948b9c5750c.zip |
unicode fixes
Diffstat (limited to 'portage_with_autodep/pym/portage')
-rw-r--r-- | portage_with_autodep/pym/portage/const.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portage_with_autodep/pym/portage/const.py b/portage_with_autodep/pym/portage/const.py index f34398d..2a391db 100644 --- a/portage_with_autodep/pym/portage/const.py +++ b/portage_with_autodep/pym/portage/const.py @@ -68,6 +68,7 @@ BASH_BINARY = "/bin/bash" MOVE_BINARY = "/bin/mv" PRELINK_BINARY = "/usr/sbin/prelink" AUTODEP_LIBRARY = "/usr/lib/file_hook.so" +#AUTODEP_LIBRARY = "/home/bay/autodep/src/hook_lib/file_hook.so" INVALID_ENV_FILE = "/etc/spork/is/not/valid/profile.env" |