diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index f5a7b0e6..1e1f2fc1 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # -*- coding:utf-8 -*- | ||
2 | # | ||
3 | # Copyright (C) 2008 The Android Open Source Project | 1 | # Copyright (C) 2008 The Android Open Source Project |
4 | # | 2 | # |
5 | # Licensed under the Apache License, Version 2.0 (the "License"); | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -14,8 +12,6 @@ | |||
14 | # See the License for the specific language governing permissions and | 12 | # See the License for the specific language governing permissions and |
15 | # limitations under the License. | 13 | # limitations under the License. |
16 | 14 | ||
17 | from __future__ import print_function | ||
18 | |||
19 | import json | 15 | import json |
20 | import netrc | 16 | import netrc |
21 | from optparse import SUPPRESS_HELP | 17 | from optparse import SUPPRESS_HELP |