--- db.py.orig 2010-04-29 10:50:33.474596400 +0200 +++ db.py 2010-04-29 10:51:03.926596400 +0200 @@ -791 +791 @@ - if not table: table=self.recipe_table + if table is None: table=self.recipe_table