From c80d727e374321573bb00e23876a67c77ff466e3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 13:48:29 +0100 Subject: Bumped version, updated changelog, reduced code smell There is more work to do though, as many imports are still incorrect. Also, there are still print statements --- git/test/test_base.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'git/test/test_base.py') diff --git a/git/test/test_base.py b/git/test/test_base.py index d1b57984..ea241f4c 100644 --- a/git/test/test_base.py +++ b/git/test/test_base.py @@ -5,15 +5,12 @@ # the BSD License: http://www.opensource.org/licenses/bsd-license.php import git.objects.base as base -import git.refs as refs import os from git.test.lib import * from git import * -from itertools import chain from git.objects.util import get_object_type_by_name from gitdb.util import hex_to_bin -import tempfile class TestBase(TestBase): -- cgit v1.2.1