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