File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818#
19- # $Id: roundup-admin,v 1.31 2001-10-17 06:17:26 richard Exp $
19+ # $Id: roundup-admin,v 1.32 2001-10-17 06:57:29 richard Exp $
2020
2121import sys
2222if int (sys .version [0 ]) < 2 :
@@ -579,6 +579,8 @@ class AdminTool:
579579 def interactive (self , ws_re = re .compile (r'\s+' )):
580580 '''Run in an interactive mode
581581 '''
582+ print 'Roundup {version} ready for input.'
583+ print 'Type "help" for help.'
582584 try :
583585 import readline
584586 except ImportError :
@@ -629,6 +631,9 @@ if __name__ == '__main__':
629631
630632#
631633# $Log: not supported by cvs2svn $
634+ # Revision 1.31 2001/10/17 06:17:26 richard
635+ # Now with readline support :)
636+ #
632637# Revision 1.30 2001/10/17 06:04:00 richard
633638# Beginnings of an interactive mode for roundup-admin
634639#
You can’t perform that action at this time.
0 commit comments