mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Changed '__rcsid__' to '__revision__'.
This commit is contained in:
parent
60f64330d1
commit
3ce77fd05e
20 changed files with 20 additions and 20 deletions
|
@ -7,7 +7,7 @@ module."""
|
|||
# created (an empty husk) 1999/12/18, Greg Ward
|
||||
# fleshed out 2000/02/03-04
|
||||
|
||||
__rcsid__ = "$Id$"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
# XXX this module has *lots* of code ripped-off quite transparently from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue