]> git.notmuchmail.org Git - notmuch/commit
rename module to just 'notmuch'
authorSebastian Spaeth <sebastian@sspaeth.de>
Mon, 19 Apr 2010 19:21:38 +0000 (21:21 +0200)
committerSebastian Spaeth <sebastian@sspaeth.de>
Mon, 19 Apr 2010 19:21:38 +0000 (21:21 +0200)
commitd0b00bc4b1d3f6246420e4b54627504b26073ff5
treefdd51bc2628789754435b8c024f8fb3664d303a4
parent3c6321cdb2cbc11fe654fe49e4beaa5c2479e280
rename module to just 'notmuch'

So you need to do e.g. 'from notmuch import Database' rather than the
previous from cnotmuch.notmuch import Database.

Alse recreate our fake python 'notmuch' binary in the docs directory for now

--HG--
rename : notmuch/notmuch.py => notmuch/__init__.py
docs/notmuch [new file with mode: 0755]
notmuch/__init__.py
notmuch/notmuch.py [deleted file]