Mercurial > p > roundup > code
diff roundup/indexer.py @ 682:b4d13f7cc6c4 search_indexing-0-4-2-branch
Oops. Forgot to include cvs keywords in file.
| author | Roche Compaan <rochecompaan@users.sourceforge.net> |
|---|---|
| date | Wed, 03 Apr 2002 12:01:55 +0000 |
| parents | 1b2d0e702ca8 |
| children | 7f5b51ffe92d |
line wrap: on
line diff
--- a/roundup/indexer.py Wed Apr 03 11:55:57 2002 +0000 +++ b/roundup/indexer.py Wed Apr 03 12:01:55 2002 +0000 @@ -98,6 +98,8 @@ - grep search (xml|python): 20s (cached: <5s) - 'srch' utility (python): 12s """ +#$Id: indexer.py,v 1.1.2.2 2002-04-03 12:01:55 rochecompaan Exp $ + __shell_usage__ = """ Shell Usage: [python] indexer.py [options] [search_words] @@ -121,7 +123,7 @@ Output/format options are ALL/EVERYTHING/VERBOSE, RATINGS/SCORES, FILENAMES/NAMES/FILES, SUMMARY/REPORT""" -__version__ = "$Revision: 1.1.2.1 $" +__version__ = "$Revision: 1.1.2.2 $" __author__=["David Mertz (mertz@gnosis.cx)",] __thanks_to__=["Pat Knight (p.knight@ktgroup.co.uk)", "Gregory Popovitch (greg@gpy.com)", ] @@ -778,3 +780,5 @@ sys.stderr.write('Processed in %.3f seconds (%s)' % (time.time()-start, ndx.whoami())) +# +#$Log: not supported by cvs2svn $
