From 31508e14495cbe338204e476f3c2ccd368cb57fc Mon Sep 17 00:00:00 2001 From: "D.Dotsenko" Date: Sun, 31 Oct 2010 09:17:07 -0700 Subject: Remove forgotten testing code from test_submodule.py --- test/git/test_submodule.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/git/test_submodule.py') diff --git a/test/git/test_submodule.py b/test/git/test_submodule.py index c6f8613f..c724ed77 100755 --- a/test/git/test_submodule.py +++ b/test/git/test_submodule.py @@ -21,7 +21,6 @@ from git import * class test_Submodule(unittest.TestCase): def setUp(self): - raise Exception('we are here') _p = tempfile.mkdtemp() self.base_path = _p demo_repos_file = fixture_path('sample_tree_of_repos_v2.zip') -- cgit v1.2.1