summaryrefslogtreecommitdiff
path: root/git_remote_helpers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_remote_helpers/__init__.py')
-rw-r--r--git_remote_helpers/__init__.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/git_remote_helpers/__init__.py b/git_remote_helpers/__init__.py
deleted file mode 100644
index 00f69cb..0000000
--- a/git_remote_helpers/__init__.py
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env python
-
-"""Support library package for git remote helpers.
-
-Git remote helpers are helper commands that interfaces with a non-git
-repository to provide automatic import of non-git history into a Git
-repository.
-
-This package provides the support library needed by these helpers..
-The following modules are included:
-
-- git.git - Interaction with Git repositories
-
-- util - General utility functionality use by the other modules in
- this package, and also used directly by the helpers.
-"""