Skip to content

Fix for issue #46

Matias Guijarro requested to merge issue_46 into master

Always use lower case to find module from class name, otherwise module or package attributes can be used to specify a module name. As a corollary, the automatic capitalization to find camel case name from name with _ (snake style) is removed.

Fix #46 (closed).

Merge request reports