]> git.cworth.org Git - notmuch/commit
python: Fix Database().needs_upgrade()
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 8 Jul 2011 20:47:06 +0000 (22:47 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 8 Jul 2011 20:47:06 +0000 (22:47 +0200)
commit3545a2960db0017cd2e632171015069e99656488
tree9304571493b56e9d8b5729104c767fc458f32026
parent52e4dedf9aaf7d89046667a034ad897a7381b9c1
python: Fix Database().needs_upgrade()

A stupid typo was preventing this from ever working and it was not
detected until now. Patrick noted the typo and proposed the fix in mail
id:"20110704203926.GA20238@brick.lan".

Patch-by: Patrick Totzke <patricktotzke@googlemail.com>
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
bindings/python/notmuch/database.py