diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 159771eb..74bc4557 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -19,7 +19,7 @@ import io | |||
19 | import json | 19 | import json |
20 | import multiprocessing | 20 | import multiprocessing |
21 | import netrc | 21 | import netrc |
22 | from optparse import SUPPRESS_HELP | 22 | import optparse |
23 | import os | 23 | import os |
24 | import socket | 24 | import socket |
25 | import sys | 25 | import sys |
@@ -481,7 +481,7 @@ later is required to fix a server side protocol bug. | |||
481 | "--repo-upgraded", | 481 | "--repo-upgraded", |
482 | dest="repo_upgraded", | 482 | dest="repo_upgraded", |
483 | action="store_true", | 483 | action="store_true", |
484 | help=SUPPRESS_HELP, | 484 | help=optparse.SUPPRESS_HELP, |
485 | ) | 485 | ) |
486 | 486 | ||
487 | def _GetBranch(self, manifest_project): | 487 | def _GetBranch(self, manifest_project): |