Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/__init__.py@7517
Revision 4840,
638 bytes
checked in by pjkersha, 12 years ago
(diff) |
Fix problem with search and replace licence not adding a new line.
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | """NDG Security ndg.security namespace package for unit tests |
---|
2 | |
---|
3 | NERC Data Grid 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__ = "27/10/06" |
---|
15 | __copyright__ = "(C) 2009 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$' |
---|
19 | |
---|
20 | __import__('pkg_resources').declare_namespace(__name__) |
---|
Note: See
TracBrowser
for help on using the repository browser.