Skip to content

Commit

Permalink
Bug 1950595 - Add back import six regression in configure.py to avoid…
Browse files Browse the repository at this point in the history
… regressions for now. r=glandium,firefox-build-system-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D239730
  • Loading branch information
Anutrix committed Feb 27, 2025
1 parent 07ec93b commit fabc534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
sys.path.insert(0, os.path.join(base_dir, "python", "mozboot"))
sys.path.insert(0, os.path.join(base_dir, "python", "mozbuild"))
sys.path.insert(0, os.path.join(base_dir, "third_party", "python", "packaging"))
sys.path.insert(0, os.path.join(base_dir, "third_party", "python", "six"))
sys.path.insert(0, os.path.join(base_dir, "third_party", "python", "looseversion"))
sys.path.insert(0, os.path.join(base_dir, "third_party", "python", "filelock"))
import mozpack.path as mozpath
Expand Down

0 comments on commit fabc534

Please sign in to comment.