Commit 9b53df4b authored by Jason R. Coombs's avatar Jason R. Coombs

Move import to header

parent b663992a
import getpass
from distutils.command import upload as orig
......@@ -34,7 +35,6 @@ class upload(orig.upload):
"""
password = None
try:
import getpass
while not password:
password = getpass.getpass()
except (Exception, KeyboardInterrupt):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment