X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdatabase.py;h=5c7bd8387240b328073b6641817afaa21aa8c768;hb=a48be40684dfecd87ff8b55e678b79dd746dd8b7;hp=1d9f3c0bc9bf052f638dff9be43a08a451ae6904;hpb=da551a812df331e3f18b392597db4bee3cba77cb;p=dak.git diff --git a/daklib/database.py b/daklib/database.py index 1d9f3c0b..5c7bd838 100755 --- a/daklib/database.py +++ b/daklib/database.py @@ -397,4 +397,3 @@ def get_suites(pkgname, src=False): sql = "select suite_name from binaries, bin_associations,suite where binaries.id=bin_associations.bin and package='%s' and bin_associations.suite = suite.id"%pkgname q = projectB.query(sql) return map(lambda x: x[0], q.getresult()) -