Go to the source code of this file.
Namespaces | |
| namespace | configure_slimpy |
Functions | |
| def | get_rc_filename |
| def | check_exists |
| checks if the rc file already exists and if so prompt the user if they truly want to over write it | |
| def | create_dict_lines |
| Write the current defaults to the SLIMpy rc file with documentation. | |
| def | write_header |
| Write the preamble to the rc file. | |
Variables | |
| string | __copyright__ |
| string | __license__ |
| int | RC_VERSION = 1 |
| tuple | pars = parse_args( ) |
| list | dest = pars['dest'] |
| list | rc_name = pars['rc_name'] |
| tuple | slim_rcfile = get_rc_filename( dest, rc_name ) |
| tuple | slimpy_rc = open( slim_rcfile, 'w' ) |
1.5.6