IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33795


Ignore:
Timestamp:
Apr 17, 2012, 1:34:23 PM (14 years ago)
Author:
rhenders
Message:

making config user prompts more readable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/ipptopspsdb.py

    r33785 r33795  
    859859    def editConfig(self):
    860860
     861       print " ********************************************************************"
     862       print " *              Config editor"
     863       print " *"
    861864       response = raw_input(" * Name for new config, or existing config to edit? ")
    862865       if response == "": return
     
    903906               self.execute("UPDATE config SET " + field + " = " + quotes + response + quotes + " WHERE name = '" + self.config.name + "'")
    904907       
     908       print " *"
     909       print " ********************************************************************"
    905910
    906911    '''
Note: See TracChangeset for help on using the changeset viewer.