File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/python
22
3- # $Id: roundup.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $
3+ # $Id: roundup.py,v 1.3 2001-07-19 06:08:24 anthonybaxter Exp $
44
55import sys
66if int (sys .version [0 ]) < 2 :
@@ -35,7 +35,7 @@ def usage():
3535
3636 roundup init
3737 roundup spec classname
38- roundup create [-user login] classanme propname=value ...
38+ roundup create [-user login] classname propname=value ...
3939 roundup list [-list] classname
4040 roundup history [-list] designator
4141 roundup get [-list] designator[,designator,...] propname
@@ -206,5 +206,8 @@ def main():
206206
207207#
208208# $Log: not supported by cvs2svn $
209+ # Revision 1.2 2001/07/19 05:52:22 anthonybaxter
210+ # Added CVS keywords $Id: roundup.py,v 1.3 2001-07-19 06:08:24 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files.
211+ #
209212#
210213
You can’t perform that action at this time.
0 commit comments