split out steps to name them each
[scons.git] / site_scons / site_init.py
blob336cad607f4d9a91cca0620c1bc6cff8a0ebb341
1 # flake8: noqa
2 import os.path
4 from SConsRevision import SCons_revision
5 from Utilities import is_windows, whereis, platform, deb_date
6 # from zip_utils import unzipit, zipit, zcat
7 from soe_utils import soelim, soscan, soelimbuilder
8 # from epydoc import epydoc_cli, epydoc_commands
9 from BuildCommandLine import BuildCommandLine
10 from scons_local_package import install_local_package_files, create_local_packages
11 from update_build_info import update_init_file
13 gzip = whereis('gzip')
14 git = os.path.exists('.git') and whereis('git')
15 unzip = whereis('unzip')
16 zip_path = whereis('zip')
18 BuildCommandLine.git = git