provide consistent return values, fixes #138

This commit is contained in:
Friedrich Lindenberg 2016-02-12 18:12:22 +01:00
parent cc742b7a00
commit e192e3f0dc

View File

@ -45,6 +45,7 @@ class Table(object):
self.database._tables.pop(self.table.name, None)
self.table.drop(self.database.engine)
self.database._release()
return True
def _check_dropped(self):
if self._is_dropped: