import sys since sys.exit(1) used

This commit is contained in:
mervynzhang 2018-08-17 13:05:50 +08:00 committed by Ryan Dahl
parent b6912e718a
commit e41ee9bf4c

View file

@ -2,6 +2,7 @@
import third_party
from util import run, build_path, build_mode
import os
import sys
import distutils.spawn
third_party.fix_symlinks()