From 965a08c3f9f2fbd62691d533425c699c943cb865 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 11:22:20 +0100 Subject: Applied autopep8 autopep8 -v -j 8 --max-line-length 120 --in-place --recursive --- git/test/performance/lib.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'git/test/performance/lib.py') diff --git a/git/test/performance/lib.py b/git/test/performance/lib.py index 9b6f45bf..e92e2b2d 100644 --- a/git/test/performance/lib.py +++ b/git/test/performance/lib.py @@ -49,12 +49,14 @@ class TestBigRepoR(TestBase): repo_path = os.environ.get(k_env_git_repo) if repo_path is None: - logging.info("You can set the %s environment variable to a .git repository of your choice - defaulting to the gitpython repository", k_env_git_repo) + logging.info( + "You can set the %s environment variable to a .git repository of your choice - defaulting to the gitpython repository", k_env_git_repo) repo_path = os.path.dirname(__file__) # end set some repo path self.gitrorepo = Repo(repo_path, odbt=GitCmdObjectDB) self.puregitrorepo = Repo(repo_path, odbt=GitDB) + class TestBigRepoRW(TestBigRepoR): """As above, but provides a big repository that we can write to. -- cgit v1.2.1