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 5134 2010/08/16 23:02:...
  __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'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Sig.py 5134 2010/08/16 23:02:40 bdeegan'

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