Changeset 7078
- Timestamp:
- 24/06/10 16:38:56 (11 years ago)
- Location:
- TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/LICENSE
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/ez_setup.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/ndg/__init__.py
- Property svn:keywords set to Id
r6069 r7078 16 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 18 __revision__ = '$Id :$'18 __revision__ = '$Id$' 19 19 20 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/ndg/security/__init__.py
- Property svn:keywords set to Id
r6069 r7078 16 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 18 __revision__ = '$Id :$'18 __revision__ = '$Id$' 19 19 20 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/ndg/security/common/__init__.py
- Property svn:keywords set to Id
r6069 r7078 16 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 18 __revision__ = '$Id :$'18 __revision__ = '$Id$' 19 19 20 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/ndg/security/common/utils/__init__.py
- Property svn:keywords set to Id
r6069 r7078 16 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 18 __revision__ = '$Id :$'18 __revision__ = '$Id$' 19 19 20 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/ndg/security/common/utils/openid/__init__.py
- Property svn:keywords set to Id
r6069 r7078 8 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __revision__ = '$Id :$'10 __revision__ = '$Id$' -
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/ndg/security/common/utils/openid/dbinterface.py
- Property svn:keywords set to Id
r6069 r7078 9 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __revision__ = '$Id :$'11 __revision__ = '$Id$' 12 12 import re 13 13 import urllib -
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/ndg/security/common/utils/openid/openid_dbinterface.cfg
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/setup.cfg
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_common_utils_openid_dbinterface/setup.py
- Property svn:keywords set to Id
r6069 r7078 9 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __revision__ = '$Id :$'11 __revision__ = '$Id$' 12 12 13 13 # Bootstrap setuptools if necessary.
Note: See TracChangeset
for help on using the changeset viewer.