Changeset 6810
- Timestamp:
- Apr 15, 2009, 9:49:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/utilities/system_tools.py
r6786 r6810 407 407 # Get auth info from user if still not supplied 408 408 if httpproxy is None or proxyuser is None or proxypass is None: 409 print '-'* 80409 print '-'*52 410 410 print ('You need to supply proxy authentication information.') 411 411 if httpproxy is None: … … 415 415 if proxypass is None: 416 416 proxypass = getpass.getpass('proxy password: ') 417 print '-'* 80417 print '-'*52 418 418 419 419 # the proxy URL cannot start with 'http://', we add that later
Note: See TracChangeset
for help on using the changeset viewer.