Changeset 4331 for TI12-security/trunk/python
- Timestamp:
- 13/10/08 11:35:04 (12 years ago)
- Location:
- TI12-security/trunk/python/ndg.security.common/ndg/security/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/__init__.py
r4262 r4331 24 24 'm2CryptoSSLUtility', 25 25 'openssl', 26 'sessionCookie',27 26 'SessionMgr', 28 27 'utils', -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/__init__.py
r4320 r4331 91 91 # Prefix for option names - optNames = name as they appear in the 92 92 # config file, self._param are the names used in the code. 93 prefix = kw.pop('prefix' )93 prefix = kw.pop('prefix', None) 94 94 if prefix is not None: 95 95 optNames = ["%s.%s" % (prefix, optName) for optName in optNames]
Note: See TracChangeset
for help on using the changeset viewer.