tsgates / pylookup

Emacs mode for searching python documents with convenience
http://taesoo.org/Opensource/Pylookup
114 stars 28 forks source link

fixed resolution of parent directory name when calling IndexProcessor #29

Closed syl20bnr closed 11 years ago

syl20bnr commented 11 years ago

Hi there,

I had a bug when indexing an offline documentation with the following command: pylookup -u python-2.7.3-docs-html The indexing processed just fine but the absolute paths in the DB did not contained the directory python-2.7.3-docs-html

Here is a fix to get the right parent directory when IndexProcessor is called.

Cheers, syl20bnr