github.com/tmlbl/deis@v1.0.2/controller/deis/__init__.py (about)

     1  """
     2  The Deis main package, including the top-level URLs, Django project
     3  settings, and WSGI setup. Most application domain-specific code lives in
     4  the api, provider, cm, and web Django apps.
     5  """
     6  
     7  from __future__ import absolute_import
     8  
     9  __version__ = '1.0.2'