diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,4 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # -*- coding:utf-8 -*- | ||
3 | # | 2 | # |
4 | # Copyright (C) 2008 The Android Open Source Project | 3 | # Copyright (C) 2008 The Android Open Source Project |
5 | # | 4 | # |
@@ -21,7 +20,6 @@ People shouldn't run this directly; instead, they should use the `repo` wrapper | |||
21 | which takes care of execing this entry point. | 20 | which takes care of execing this entry point. |
22 | """ | 21 | """ |
23 | 22 | ||
24 | from __future__ import print_function | ||
25 | import getpass | 23 | import getpass |
26 | import netrc | 24 | import netrc |
27 | import optparse | 25 | import optparse |