submodule: Use cat instead of echo to avoid DOS line-endings
[git/dscho.git] / git_remote_helpers / __init__.py
blob00f69cbeda277b24e8ab35cb7db2c25cc0cc122e
1 #!/usr/bin/env python
3 """Support library package for git remote helpers.
5 Git remote helpers are helper commands that interfaces with a non-git
6 repository to provide automatic import of non-git history into a Git
7 repository.
9 This package provides the support library needed by these helpers..
10 The following modules are included:
12 - git.git - Interaction with Git repositories
14 - util - General utility functionality use by the other modules in
15 this package, and also used directly by the helpers.
16 """