From aa5e366889103172a9829730de1ba26d3dcbc01b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 20 Oct 2009 10:11:16 +0200 Subject: 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 --- lib/git/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/git/__init__.py') 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 -- cgit v1.2.3