Changeset 33795
- Timestamp:
- Apr 17, 2012, 1:34:23 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/ipptopspsdb.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/ipptopspsdb.py
r33785 r33795 859 859 def editConfig(self): 860 860 861 print " ********************************************************************" 862 print " * Config editor" 863 print " *" 861 864 response = raw_input(" * Name for new config, or existing config to edit? ") 862 865 if response == "": return … … 903 906 self.execute("UPDATE config SET " + field + " = " + quotes + response + quotes + " WHERE name = '" + self.config.name + "'") 904 907 908 print " *" 909 print " ********************************************************************" 905 910 906 911 '''
Note:
See TracChangeset
for help on using the changeset viewer.
