source: main/waeup.sirp/branches/ulif-stress-multimech/src/waeup/__init__.py @ 10359

Last change on this file since 10359 was 7566, checked in by uli, 13 years ago

Add (empty) source tree for waeup.stress.

File size: 214 bytes
Line 
1# namespace package boilerplate
2try:
3    import pkg_resources
4    pkg_resources.declare_namespace(__name__)
5except ImportError, e:
6    from pkgutil import extend_path
7    __path__ = extend_path(__path__, __name__)
Note: See TracBrowser for help on using the repository browser.