Index: /trunk/ippToPsps/jython/ipptopspsdb.py
===================================================================
--- /trunk/ippToPsps/jython/ipptopspsdb.py	(revision 33794)
+++ /trunk/ippToPsps/jython/ipptopspsdb.py	(revision 33795)
@@ -859,4 +859,7 @@
     def editConfig(self):
 
+       print " ********************************************************************"
+       print " *              Config editor"
+       print " *"
        response = raw_input(" * Name for new config, or existing config to edit? ")
        if response == "": return
@@ -903,4 +906,6 @@
                self.execute("UPDATE config SET " + field + " = " + quotes + response + quotes + " WHERE name = '" + self.config.name + "'")
        
+       print " *"
+       print " ********************************************************************"
 
     '''
