TNarakol-UEC / GroBot

Ulnooweg Education Centre GroBot - Educational plant growing robot
Other
0 stars 0 forks source link

Rename picamera.py to something that does not raise possible conflict with picamera module from pypi #9

Open TNarakol-UEC opened 4 hours ago

TNarakol-UEC commented 4 hours ago

Currently we import picam_capture from picamera.py which has the same name as picamera module from pypi even though that module is deprecated. This should be renamed so it does not raise a possible conflict.