diff options
Diffstat (limited to 'x.py')
| -rwxr-xr-x | x.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x.py b/x.py index 6df4033d55d..b7df39c7bc9 100755 --- a/x.py +++ b/x.py @@ -22,7 +22,7 @@ if sys.version_info.major < 3: pass rust_dir = os.path.dirname(os.path.abspath(__file__)) -sys.path.append(os.path.join(rust_dir, "src", "bootstrap")) +sys.path[:0] = [os.path.join(rust_dir, "src", "bootstrap")] import bootstrap bootstrap.main() |
