File: __init__.py

package info (click to toggle)
python-omegaconf 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,244 kB
  • sloc: python: 26,413; makefile: 38; sh: 11
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
try:
    __import__("pkg_resources").declare_namespace(__name__)
except ImportError:  # pragma: no cover
    import pkgutil

    __path__ = pkgutil.extend_path(__path__, __name__)