diff options
-rwxr-xr-x | repo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -91,7 +91,6 @@ if __name__ == '__main__': | |||
91 | 91 | ||
92 | # repo default configuration | 92 | # repo default configuration |
93 | # | 93 | # |
94 | import os | ||
95 | REPO_URL = os.environ.get('REPO_URL', None) | 94 | REPO_URL = os.environ.get('REPO_URL', None) |
96 | if not REPO_URL: | 95 | if not REPO_URL: |
97 | REPO_URL = 'https://gerrit.googlesource.com/git-repo' | 96 | REPO_URL = 'https://gerrit.googlesource.com/git-repo' |