[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] suites -> _suites



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/dakdb/update28.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py
index 7bb3961..19c354a 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)
-- 
1.6.5


Reply to: