From 1b9d3b961bdf79964b883d3179f085d8835e528d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 14:25:39 +0100 Subject: Removed 'from X import *' whereever possible --- git/test/test_config.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'git/test/test_config.py') diff --git a/git/test/test_config.py b/git/test/test_config.py index 3e435c47..f470b143 100644 --- a/git/test/test_config.py +++ b/git/test/test_config.py @@ -4,8 +4,13 @@ # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -from git.test.lib import * -from git import * +from git.test.lib import ( + TestCase, + fixture_path +) +from git import ( + GitConfigParser +) import StringIO from copy import copy from ConfigParser import NoSectionError -- cgit v1.2.1