JdeRobot / VisualStates

Tool for visual programming of robots using automata
https://jderobot.github.io/VisualStates/
GNU General Public License v3.0
8 stars 8 forks source link

The project directory should be all lowercase #147

Open okanasik opened 4 years ago

okanasik commented 4 years ago

When the project is installed from source and the directory of the project is camel case (VisualStates), the main.py module cannot find visualstates.gui.visualstates. The module loading should be agnostic to the directory of the project.