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 5d8c0d4e..651b6dbb 100644 --- a/git_superproject.py +++ b/git_superproject.py | |||
@@ -66,7 +66,7 @@ class UpdateProjectsResult(NamedTuple): | |||
66 | fatal: bool | 66 | fatal: bool |
67 | 67 | ||
68 | 68 | ||
69 | class Superproject(object): | 69 | class Superproject: |
70 | """Get commit ids from superproject. | 70 | """Get commit ids from superproject. |
71 | 71 | ||
72 | Initializes a local copy of a superproject for the manifest. This allows | 72 | Initializes a local copy of a superproject for the manifest. This allows |