diff options
-rwxr-xr-x | bin/lock-helper.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |