Changeset 4374 for TI12-security/trunk
- Timestamp:
- 29/10/08 09:54:58 (12 years ago)
- Location:
- TI12-security/trunk/python/ndg.security.common/ndg/security/common
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/attributeauthority.py
r4373 r4374 20 20 License, version 1.0 or later.""" 21 21 __contact__ = "P.J.Kershaw@rl.ac.uk" 22 __revision__ = "$Id $"22 __revision__ = "$Id:attributeauthority.py 4373 2008-10-29 09:54:39Z pjkersha $" 23 23 24 24 __all__ = [ -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/sessionmanager.py
r4373 r4374 12 12 __copyright__ = "(C) 2007 STFC & NERC" 13 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 __revision__ = "$Id $"14 __revision__ = "$Id:sessionmanager.py 4373 2008-10-29 09:54:39Z pjkersha $" 15 15 __all__ = ['SessionMgr_services', 'SessionMgr_services_types'] 16 16
Note: See TracChangeset
for help on using the changeset viewer.