Browse Source

remove uppercase from the neuron module folder

nico 8 years ago
parent
commit
884b11745c

+ 1 - 1
neurons/__init__.py

@@ -7,5 +7,5 @@ from sleep import Sleep
 from systemdate import Systemdate
 from gmail_checker import Gmail_checker
 from push_message import Push_message
-from Openweathermap import Openweathermap
+from openweathermap import Openweathermap
 from tasker_autoremote import Tasker_autoremote

+ 0 - 0
neurons/Openweathermap/Openweathermap.py → neurons/openweathermap/Openweathermap.py


+ 0 - 0
neurons/Openweathermap/README.md → neurons/openweathermap/README.md


+ 0 - 0
neurons/Openweathermap/__init__.py → neurons/openweathermap/__init__.py