summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/__init__.py
blob: 16022c15d458ee8458169a28e798756412736670 (plain)
1
2
3
4
5
6
7
8
9
"""SCons

The main package for the SCons software construction utility.

"""

__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"

__version__ = "__VERSION__"