github.com/inflatablewoman/deis@v1.0.1-0.20141111034523-a4511c46a6ce/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.0+git'