diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-20 10:11:16 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-20 10:11:16 +0200 |
| commit | aa5e366889103172a9829730de1ba26d3dcbc01b (patch) | |
| tree | 501733a2a12afae0bb0fe60eab33dca5b397c712 /lib/git/__init__.py | |
| parent | e64957d8e52d7542310535bad1e77a9bbd7b4857 (diff) | |
| download | GitPython-aa5e366889103172a9829730de1ba26d3dcbc01b.tar.gz GitPython-aa5e366889103172a9829730de1ba26d3dcbc01b.zip | |
Moved specialized methods like dashify, touch and is_git_dir to module to the respective modules that use them
fixed repo.daemon_export which did not work anymore due to incorrect touch implementation and wrong property names
Diffstat (limited to 'lib/git/__init__.py')
| -rw-r--r-- | lib/git/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/git/__init__.py b/lib/git/__init__.py index 45364b88..75ce887b 100644 --- a/lib/git/__init__.py +++ b/lib/git/__init__.py @@ -18,8 +18,6 @@ from git.errors import InvalidGitRepositoryError, NoSuchPathError, GitCommandErr from git.cmd import Git from git.repo import Repo from git.stats import Stats -from git.utils import dashify -from git.utils import touch from git.remote import Remote |
