Home | Trees | Indices | Help |
---|
|
1 # This is a namespace package. 2 try: 3 import pkg_resources 4 pkg_resources.declare_namespace(__name__) 5 except ImportError: 6 import pkgutil 7 __path__ = pkgutil.extend_path(__path__, __name__) 8
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Mon Oct 29 17:10:16 2007 | http://epydoc.sourceforge.net |