summaryrefslogtreecommitdiffstats
path: root/pym/repoman/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add new repoman check classes using StringIO; possibly need some testing, ↵Alec Warner2007-10-011-0/+0
obviously the old code was faster (1 iteration over the file), here we do one iteration per check, StringIO was to try and negate this by doing the checks in memory...how much of a price do we pay here? svn path=/main/trunk/; revision=7894