# This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php from test.testlib import * from git import * class TestSubmodule(TestBase): def test_base(self): # TODO pass