Functions | |
def | LoadConfig |
def | check_ip |
def | usage_exit |
def | get_password |
|
This function check if a given IP is valid. Definition at line 28 of file utils_client.py. |
|
This function reads from stdin without echoing the input. source: http://gnu.kookel.org/ftp/www.python.org/doc/faq/library.html modified by a. weise December 2005 Definition at line 62 of file utils_client.py. |
|
returns a dictionary with key's of the form <section>.<option> and the values source: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65334 Definition at line 12 of file utils_client.py. |
|
This function gives usage help and exits script. Definition at line 52 of file utils_client.py. |