bootstrap script: slight cleanup
This commit is contained in:
parent
fba9f33c7c
commit
385dbff9e5
3 changed files with 152 additions and 147 deletions
2
x.py
2
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue