Chromium Code Reviews| Index: tests/git_cl_test.py | 
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py | 
| index 270457d4a54a0f20669964a900ee1863ce3f1ec6..0d76c3f6ba7a6dfc2ed2f307b04af34da47f5da8 100755 | 
| --- a/tests/git_cl_test.py | 
| +++ b/tests/git_cl_test.py | 
| @@ -18,6 +18,9 @@ from testing_support.auto_stub import TestCase | 
| import git_cl | 
| import subprocess2 | 
| +# Make submodule be able to find the commands. | 
| +git_cl.subcommand.MAIN_MODULE = git_cl | 
| + | 
| class PresubmitMock(object): | 
| def __init__(self, *args, **kwargs): |