From 9935644d5f770f8f50dec92e22f3625ba2dc2f27 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Mon, 1 Oct 2007 10:19:21 +0000 Subject: 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 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pym/repoman/__init__.py (limited to 'pym/repoman/__init__.py') diff --git a/pym/repoman/__init__.py b/pym/repoman/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3-1-g7c22