Liste Python de SQL

[item for t in self.sqlhlpr.select("SELECT DISTINCT item FROM table") for item in t]
Andreas