diff options
Diffstat (limited to 'git_superproject.py')
-rw-r--r-- | git_superproject.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_superproject.py b/git_superproject.py index 7a4ca16b..b5c262b4 100644 --- a/git_superproject.py +++ b/git_superproject.py | |||
@@ -31,7 +31,7 @@ from typing import NamedTuple | |||
31 | 31 | ||
32 | from git_command import git_require, GitCommand | 32 | from git_command import git_require, GitCommand |
33 | from git_config import RepoConfig | 33 | from git_config import RepoConfig |
34 | from git_refs import R_HEADS, GitRefs | 34 | from git_refs import GitRefs |
35 | 35 | ||
36 | _SUPERPROJECT_GIT_NAME = 'superproject.git' | 36 | _SUPERPROJECT_GIT_NAME = 'superproject.git' |
37 | _SUPERPROJECT_MANIFEST_NAME = 'superproject_override.xml' | 37 | _SUPERPROJECT_MANIFEST_NAME = 'superproject_override.xml' |