Changeset 6656
- Timestamp:
- Mar 30, 2009, 11:42:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/system_tools.py
r6650 r6656 346 346 if httpproxy is None or proxyuser is None or proxypass is None: 347 347 print '----------------------------------------------------' 348 print 'You need to supply proxy authentication information:' 348 print 'You need to supply proxy authentication information.' 349 print 'Use environment variables HTTP_PROXY, PROXY_USERNAME' 350 print 'and PROXY_PASSWORD to bypass entry here:' 349 351 if httpproxy is None: 350 352 httpproxy = raw_input(' proxy server: ')
Note: See TracChangeset
for help on using the changeset viewer.