mufeedali/Wordbook

Remove dict client dependency

Closed this issue · 1 comments

Using a subprocess is not the right way to go, directly communicating with the dictd daemon would be better. Even better would be to just not depend on anything at all.

Fixed in 7919646. Now relies on python-wn instead.