Skip to content

Commit 9aba428

Browse files
author
Richard Jones
committed
Interactive startup blurb - need to figure how to get the version in there.
1 parent e6bc9f7 commit 9aba428

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

roundup-admin

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

2121
import sys
2222
if 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
#

0 commit comments

Comments
 (0)