view rhodecode/lib/dbmigrate/migrate/versioning/__init__.py @ 2912:976e2b032650 beta

patched basic auth function to overcome git issues with proxy that doesn't send both username and password. ref #586
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 09 Oct 2012 19:26:30 +0200
parents 9753e0907827
children
line wrap: on
line source

"""
   This package provides functionality to create and manage
   repositories of database schema changesets and to apply these
   changesets to databases.
"""