Mercurial > p > roundup > code
diff roundup.py @ 5:72a0ba086b3e
Added CVS keywords $Id$ and $Log$ to all python files.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:52:22 +0000 |
| parents | 5e92642cd1f8 |
| children | 859a1c51c2a6 |
line wrap: on
line diff
--- a/roundup.py Thu Jul 19 05:46:47 2001 +0000 +++ b/roundup.py Thu Jul 19 05:52:22 2001 +0000 @@ -1,5 +1,7 @@ #! /usr/bin/python +# $Id: roundup.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $ + import sys if int(sys.version[0]) < 2: print 'Roundup requires python 2.0 or later.' @@ -202,3 +204,7 @@ if __name__ == '__main__': sys.exit(main()) +# +# $Log: not supported by cvs2svn $ +# +
