Changeset 6810


Ignore:
Timestamp:
Apr 15, 2009, 9:49:15 AM (15 years ago)
Author:
rwilson
Message:

Slight cosmetic change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/utilities/system_tools.py

    r6786 r6810  
    407407    # Get auth info from user if still not supplied
    408408    if httpproxy is None or proxyuser is None or proxypass is None:
    409         print '-'*80
     409        print '-'*52
    410410        print ('You need to supply proxy authentication information.')
    411411        if httpproxy is None:
     
    415415        if proxypass is None:
    416416            proxypass = getpass.getpass('proxy password: ')
    417         print '-'*80
     417        print '-'*52
    418418
    419419    # the proxy URL cannot start with 'http://', we add that later
Note: See TracChangeset for help on using the changeset viewer.