]> git.decadent.org.uk Git - dak.git/commitdiff
self.suites->suites
authorMike O'Connor <stew@vireo.org>
Sat, 9 Jan 2010 19:46:31 +0000 (14:46 -0500)
committerMike O'Connor <stew@vireo.org>
Sat, 9 Jan 2010 19:46:31 +0000 (14:46 -0500)
Signed-off-by: Mike O'Connor <stew@vireo.org>
dak/dakdb/update28.py

index 042a6ac493454cd437f05a561f8c08b58e7b5a50..7bb3961384374fb60e20e34841e6167d6a341412 100755 (executable)
@@ -142,7 +142,7 @@ def do_update(self):
         c.execute("""CREATE INDEX ind_deb_contents_binary ON deb_contents(binary_id);""" )
 
 
-        suites = self.suites()
+        suites = suites()
 
         for suite in [i.lower() for i in suites]:
             suite_id = DBConn().get_suite_id(suite)