summaryrefslogtreecommitdiffstats
path: root/pym/repoman/__init__.py
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-10-01 10:19:21 +0000
committerAlec Warner <antarus@gentoo.org>2007-10-01 10:19:21 +0000
commit9935644d5f770f8f50dec92e22f3625ba2dc2f27 (patch)
tree40840a08e1ef8817bd1cf3af1c6545d81c44fdaa /pym/repoman/__init__.py
parentcecf7ccc10fbbeeaa8c9f72b359fd0a561d3bbbd (diff)
downloadportage-9935644d5f770f8f50dec92e22f3625ba2dc2f27.tar.gz
portage-9935644d5f770f8f50dec92e22f3625ba2dc2f27.tar.bz2
portage-9935644d5f770f8f50dec92e22f3625ba2dc2f27.zip
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
Diffstat (limited to 'pym/repoman/__init__.py')
-rw-r--r--pym/repoman/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/pym/repoman/__init__.py b/pym/repoman/__init__.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/pym/repoman/__init__.py