blob: 7973730ef177cd600aaf4baebe1b40a81ed1b085 [file] [log] [blame]
Alex Crichtona270b802016-10-21 20:18:091#!/usr/bin/env python
Alex Crichtona270b802016-10-21 20:18:092
Titus Barik04e4d422017-04-30 20:10:313# This file is only a "symlink" to bootstrap.py, all logic should go there.
Vadim Petrochenkov11adac32017-03-03 02:27:074
Alex Crichtona270b802016-10-21 20:18:095import os
Vadim Petrochenkov11adac32017-03-03 02:27:076import sys
7rust_dir = os.path.dirname(os.path.abspath(__file__))
8sys.path.append(os.path.join(rust_dir, "src", "bootstrap"))
Alex Crichtona270b802016-10-21 20:18:099
10import bootstrap
Vadim Petrochenkov11adac32017-03-03 02:27:0711bootstrap.main()