summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/main.py b/main.py
index cd0b8620..f638a677 100755
--- a/main.py
+++ b/main.py
@@ -28,15 +28,7 @@ import shlex
28import sys 28import sys
29import textwrap 29import textwrap
30import time 30import time
31 31import urllib.request
32from pyversion import is_python3
33if is_python3():
34 import urllib.request
35else:
36 import imp
37 import urllib2
38 urllib = imp.new_module('urllib')
39 urllib.request = urllib2
40 32
41try: 33try:
42 import kerberos 34 import kerberos
@@ -68,8 +60,6 @@ from wrapper import WrapperPath, Wrapper
68 60
69from subcmds import all_commands 61from subcmds import all_commands
70 62
71if not is_python3():
72 input = raw_input # noqa: F821
73 63
74# NB: These do not need to be kept in sync with the repo launcher script. 64# NB: These do not need to be kept in sync with the repo launcher script.
75# These may be much newer as it allows the repo launcher to roll between 65# These may be much newer as it allows the repo launcher to roll between