Mercurial > p > roundup > code
comparison roundup/install_util.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | d19fd344bd1f |
| children | 4ee255777c25 897ac2dab754 |
comparison
equal
deleted
inserted
replaced
| 2004:1782fe36e7b8 | 2005:fc52d57c6c3e |
|---|---|
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 # | 17 # |
| 18 # $Id: install_util.py,v 1.9 2003-11-11 22:37:25 richard Exp $ | 18 # $Id: install_util.py,v 1.10 2004-02-11 23:55:08 richard Exp $ |
| 19 | 19 |
| 20 __doc__ = """ | 20 """Support module to generate and check fingerprints of installed files. |
| 21 Support module to generate and check fingerprints of installed files. | |
| 22 """ | 21 """ |
| 22 __docformat__ = 'restructuredtext' | |
| 23 | 23 |
| 24 import os, sha, shutil | 24 import os, sha, shutil |
| 25 | 25 |
| 26 # ".filter", ".index", ".item", ".newitem" are roundup-specific | 26 # ".filter", ".index", ".item", ".newitem" are roundup-specific |
| 27 sgml_file_types = [".xml", ".ent", ".html", ".filter", ".index", ".item", ".newitem"] | 27 sgml_file_types = [".xml", ".ent", ".html", ".filter", ".index", ".item", ".newitem"] |
