From: Zac Medico Date: Sat, 10 Dec 2011 23:39:16 +0000 (-0800) Subject: lock-helper.py: disable_legacy_globals X-Git-Tag: v2.2.0_alpha80~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56d11b736c2702b77466d3b7bbb59516b9f90835;p=portage.git lock-helper.py: disable_legacy_globals This prevents the portage.data module from accessing portage.settings. --- diff --git a/bin/lock-helper.py b/bin/lock-helper.py index 065ddcbc4..dfb887669 100755 --- a/bin/lock-helper.py +++ b/bin/lock-helper.py @@ -6,6 +6,7 @@ import os import sys sys.path.insert(0, os.environ['PORTAGE_PYM_PATH']) import portage +portage._disable_legacy_globals() def main(args):