Module Sig
source code
Place-holder for the old SCons.Sig module hierarchy
This is no longer used, but code out there (such as the NSIS module on
the SCons wiki) may try to import SCons.Sig. If so, we generate a warning
that points them to the line that caused the import, and don't die.
If someone actually tried to use the sub-modules or functions within
the package (for example, SCons.Sig.MD5.signature()), then they'll still
get an AttributeError, but at least they'll know where to start looking.
|
__revision__ = ' src/engine/SCons/Sig.py 2014/09/27 12:51:43 g ...
|
|
__doc__ = """Place-holder for the old SCons.Sig module hierar...
|
|
msg = ' The SCons.Sig module no longer exists.\n Remove the ...
|
|
default_calc = None
hash(x)
|
|
default_module = None
hash(x)
|
|
MD5 = MD5Null()
|
|
TimeStamp = TimeStampNull()
|
|
__package__ = ' SCons '
|
__revision__
- Value:
' src/engine/SCons/Sig.py 2014/09/27 12:51:43 garyo '
|
|
__doc__
- Value:
"""Place-holder for the old SCons.Sig module hierarchy
This is no longer used, but code out there (such as the NSIS module on
the SCons wiki) may try to import SCons.Sig. If so, we generate a war
ning
that points them to the line that caused the import, and don't die.
If someone actually tried to use the sub-modules or functions within
...
|
|
msg
- Value:
''' The SCons.Sig module no longer exists.
Remove the following "import SCons.Sig" line to eliminate this war
ning: '''
|
|