Changeset 6913
- Timestamp:
- Apr 28, 2009, 11:56:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/utilities/system_tools.py
r6904 r6913 467 467 # Get auth info from user if still not supplied 468 468 if httpproxy is None or proxyuser is None or proxypass is None: 469 print '-'* 52469 print '-'*72 470 470 print ('You need to supply proxy authentication information.') 471 471 if httpproxy is None: … … 481 481 else: 482 482 print 'HTTP proxy password was supplied: %s' % '*'*len(proxyuser) 483 print '-'* 52483 print '-'*72 484 484 485 485 # the proxy URL cannot start with 'http://', we add that later
Note: See TracChangeset
for help on using the changeset viewer.