Package ndg
[hide private]

Source Code for Package ndg

 1  """NDG SAML 2.0 ndg namespace package 
 2   
 3  NERC DataGrid Project 
 4   
 5  This is a setuptools namespace_package.  DO NOT place any other 
 6  code in this file!  There is no guarantee that it will be installed 
 7  with easy_install.  See: 
 8   
 9  http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages 
10   
11  ... for details. 
12  """ 
13  __author__ = "P J Kershaw" 
14  __date__ = "23/02/2010" 
15  __copyright__ = "(C) 2010 Science and Technology Facilities Council" 
16  __license__ = "http://www.apache.org/licenses/LICENSE-2.0" 
17  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
18  __revision__ = '$Id: __init__.py 7130 2010-06-30 13:33:07Z pjkersha $' 
19   
20  __import__('pkg_resources').declare_namespace(__name__) 
21