From 434a38739a3b037a533725f63d3f0df8ff26103c Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Sat, 9 Jan 2010 14:50:47 -0500 Subject: [PATCH] suites -> _suites Signed-off-by: Mike O'Connor --- dak/dakdb/update28.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py index 7bb39613..19c354a7 100755 --- a/dak/dakdb/update28.py +++ b/dak/dakdb/update28.py @@ -34,7 +34,7 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ -def suites(): +def _suites(): """ return a list of suites to operate on """ @@ -141,8 +141,7 @@ def do_update(self): c.execute("""CREATE INDEX ind_deb_contents_binary ON deb_contents(binary_id);""" ) - - suites = suites() + suites = _suites() for suite in [i.lower() for i in suites]: suite_id = DBConn().get_suite_id(suite) -- 2.39.2