Package ndg
[hide private]

Source Code for Package ndg

 1  """NDG XACML ndg namespace package 
 2   
 3  NERC DataGrid 
 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__ = "19/02/10" 
15  __copyright__ = "(C) 2010 Science and Technology Facilities Council" 
16  __license__ = "BSD - see LICENSE file in top-level directory" 
17  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
18  __revision__ = '$Id: __init__.py 7087 2010-06-25 11:23:09Z pjkersha $' 
19  __import__('pkg_resources').declare_namespace(__name__) 
20