File: __init__.py

package info (click to toggle)
python-repoze.who-plugins 20090913-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,444 kB
  • ctags: 712
  • sloc: python: 2,684; makefile: 179; sh: 11
file content (6 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
try:
    __import__('pkg_resources').declare_namespace(__name__)
except ImportError:
    from pkgutil import extend_path
    __path__ = extend_path(__path__, __name__)