Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/ndgCommon/trunk/ndg/__init__.py
Revision 5246,
165 bytes
checked in by cbyrom, 12 years ago
(diff) |
Tighten up package definition to allow overlap with ndg.security +
adjust resource finding for this scenario + improve fileutilities
cleandir method, using python code rather than system ops to do work +
relax equality method for abstract records slightly.
|
Line | |
---|
1 | """NDG common |
---|
2 | |
---|
3 | http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages |
---|
4 | |
---|
5 | ... for details. |
---|
6 | """ |
---|
7 | |
---|
8 | __import__('pkg_resources').declare_namespace(__name__) |
---|
Note: See
TracBrowser
for help on using the repository browser.