From 233e3ffe0ef35dbabe49340ba567499690dcc166 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Fri, 30 May 2008 21:01:44 -0400 Subject: renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed up tests so they pass except for stderr test. Modified version information retrieval. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index fd5597c6..e67a6abc 100644 --- a/README +++ b/README @@ -52,7 +52,7 @@ Initialize a Repo object The first step is to create a ``Repo`` object to represent your repository. - >>> from git_python import * + >>> from git import * >>> repo = Repo("/Users/mtrier/Development/git-python") In the above example, the directory ``/Users/mtrier/Development/git-python`` -- cgit v1.2.3