Projet

Général

Profil

Télécharger (200 octets) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / __init__.py @ d67246b5

1 d67246b5 Serghei MIHAI
# 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__)