aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-21 18:13:33 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-21 18:13:33 -0700
commit72298bcb48e432011d56143525adb642bd18f1d4 (patch)
treea3b2bcd8538db2ddec5c5ff8a3d623209ef7fc78 /pym/portage/__init__.py
parentRaise default backtrack limit for bug 337178 (diff)
downloadportage-72298bcb48e432011d56143525adb642bd18f1d4.tar.gz
portage-72298bcb48e432011d56143525adb642bd18f1d4.tar.bz2
portage-72298bcb48e432011d56143525adb642bd18f1d4.zip
AsynchronousLock: use subprocess if no threads
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index d85a32a20..2dedde49b 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -327,6 +327,7 @@ except (ImportError, OSError) as e:
# ===========================================================================
_python_interpreter = os.path.realpath(sys.executable)
+_bin_path = PORTAGE_BIN_PATH
def _ensure_default_encoding():