]> git.notmuchmail.org Git - notmuch/commit
python: rename _verify_initialized_db to _assert_db_is_initialized
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 26 Sep 2011 01:05:33 +0000 (03:05 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Sep 2011 07:23:13 +0000 (09:23 +0200)
commit94a1bb88aadd2d591815b47df9e886dc594df21f
tree3c0efba965ff7d859f0af7c0c6326272dc1c4461
parentc16e47fe23901951399c9c463e82292a36462b73
python: rename _verify_initialized_db to _assert_db_is_initialized

Rename the function to clarify its effect and remove all the comments
accompanying each call to the function.

Modified slightly by Sebastian Spaeth to catch all new instances and
remove some blank lines too.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/database.py