summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.py b/main.py
index ebfa6524..cd0b8620 100755
--- a/main.py
+++ b/main.py
@@ -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
21which takes care of execing this entry point. 20which takes care of execing this entry point.
22""" 21"""
23 22
24from __future__ import print_function
25import getpass 23import getpass
26import netrc 24import netrc
27import optparse 25import optparse