Mercurial > p > roundup > code
comparison roundup/install_util.py @ 1090:9b910e8d987d
removed Log
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 00:19:55 +0000 |
| parents | fc461bf67c99 |
| children | d19fd344bd1f |
comparison
equal
deleted
inserted
replaced
| 1089:43ab730ee194 | 1090:9b910e8d987d |
|---|---|
| 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.7 2001-11-24 01:00:13 jhermann Exp $ | 18 # $Id: install_util.py,v 1.8 2002-09-10 00:18:20 richard Exp $ |
| 19 | 19 |
| 20 __doc__ = """ | 20 __doc__ = """ |
| 21 Support module to generate and check fingerprints of installed files. | 21 Support module to generate and check fingerprints of installed files. |
| 22 """ | 22 """ |
| 23 | 23 |
| 145 | 145 |
| 146 | 146 |
| 147 if __name__ == '__main__': | 147 if __name__ == '__main__': |
| 148 test() | 148 test() |
| 149 | 149 |
| 150 # | 150 # vim: set filetype=python ts=4 sw=4 et si |
| 151 # $Log: not supported by cvs2svn $ | |
| 152 # Revision 1.6 2001/11/22 15:46:42 jhermann | |
| 153 # Added module docstrings to all modules. | |
| 154 # | |
| 155 # Revision 1.5 2001/11/12 23:17:38 jhermann | |
| 156 # Code using copyDigestedFile() that passes unit tests | |
| 157 # | |
| 158 # Revision 1.4 2001/11/12 23:14:40 jhermann | |
| 159 # Copy function, and proper handling of unknown file types | |
| 160 # | |
| 161 # Revision 1.3 2001/11/12 22:38:48 richard | |
| 162 # bleah typo | |
| 163 # | |
| 164 # Revision 1.2 2001/11/12 22:37:13 richard | |
| 165 # Handle all the various file formats in roundup | |
| 166 # | |
| 167 # Revision 1.1 2001/11/12 22:26:32 jhermann | |
| 168 # Added install utils (digest calculation) | |
| 169 # | |
| 170 |
