KvasirSecurity / Kvasir

Kvasir: Penetration Test Data Management
Other
426 stars 85 forks source link

Fix #149 by removing local import statements #150

Closed grutz closed 10 years ago

grutz commented 10 years ago

When importing modules inside the modules/skaldship directory it appears local dots are not accepted (from ..module import function) in web2py. Changed back to "from skaldship.module import function"

Also attempt to fix #147 but still working it.