Changed '__rcsid__' to '__revision__'.

This commit is contained in:
Greg Ward 2000-03-02 01:49:45 +00:00
parent 60f64330d1
commit 3ce77fd05e
20 changed files with 20 additions and 20 deletions

View file

@ -10,7 +10,7 @@ additional features:
# created 1999/03/03, Greg Ward
__rcsid__ = "$Id$"
__revision__ = "$Id$"
import sys, string, re
from types import *