Package SCons :: Module Sig
[hide private]
[frames] | no frames]

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.



Classes [hide private]
  MD5Null
  TimeStampNull
Variables [hide private]
  __revision__ = 'src/engine/SCons/Sig.py 5023 2010/06/14 22:05:...
  __doc__ = """Place-holder for the old SCons.Sig module hierar...
  msg = 'The SCons.Sig module no longer exists.\n Remove the ...
  default_calc = False
  default_module = False
  MD5 = MD5Null()
  TimeStamp = TimeStampNull()
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Sig.py 5023 2010/06/14 22:05:46 scons'

__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:'''