Add new repoman check classes using StringIO; possibly need some testing, obviously...
authorAlec Warner <antarus@gentoo.org>
Mon, 1 Oct 2007 10:19:21 +0000 (10:19 -0000)
committerAlec Warner <antarus@gentoo.org>
Mon, 1 Oct 2007 10:19:21 +0000 (10:19 -0000)
commit9935644d5f770f8f50dec92e22f3625ba2dc2f27
tree40840a08e1ef8817bd1cf3af1c6545d81c44fdaa
parentcecf7ccc10fbbeeaa8c9f72b359fd0a561d3bbbd
Add new repoman check classes using StringIO; possibly need some testing, 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
pym/repoman/__init__.py [new file with mode: 0644]
pym/repoman/checks.py [new file with mode: 0644]
pym/repoman/errors.py [new file with mode: 0644]