]> git.notmuchmail.org Git - notmuch/commit
python: move Threads class into its own file
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 21:39:52 +0000 (22:39 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 21:39:52 +0000 (22:39 +0100)
commit76a2db3d7b92bc1a8be75f673dc384c46cf02fab
tree1db7e3bca6ee3f34503ca7c844d1d0a5c66bf220
parent69f077898a65c10453d08dd94bf4c94efc69b91b
python: move Threads class into its own file

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/__init__.py
bindings/python/notmuch/query.py
bindings/python/notmuch/thread.py
bindings/python/notmuch/threads.py [new file with mode: 0644]