Closed dskecse closed 8 years ago
The proposed PR is going to fix ImportError: No module named contrib.hooks while importing wok.contrib.hooks module mainly because files from contrib directory are not copied during installation of a package. Resolves #90.
ImportError: No module named contrib.hooks
wok.contrib.hooks
contrib
Thanks!
The proposed PR is going to fix
ImportError: No module named contrib.hooks
while importingwok.contrib.hooks
module mainly because files fromcontrib
directory are not copied during installation of a package. Resolves #90.