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. --- test/git/test_blob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/git/test_blob.py') diff --git a/test/git/test_blob.py b/test/git/test_blob.py index ee546ab4..05d68285 100644 --- a/test/git/test_blob.py +++ b/test/git/test_blob.py @@ -1,6 +1,6 @@ import time from test.testlib import * -from git_python import * +from git import * class TestBlob(object): def setup(self): -- cgit v1.2.1