]> git.lizzy.rs Git - rust.git/blob - x.py
Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyup
[rust.git] / x.py
1 #!/usr/bin/env python
2
3 # This file is only a "symlink" to bootstrap.py, all logic should go there.
4
5 import os
6 import sys
7 rust_dir = os.path.dirname(os.path.abspath(__file__))
8 sys.path.append(os.path.join(rust_dir, "src", "bootstrap"))
9
10 import bootstrap
11 bootstrap.main()