harmsm / PyCmdMessenger

Python interface for CmdMessenger arduino serial communication library
MIT License
80 stars 32 forks source link

Unneeded imports #25

Open sphh opened 7 years ago

sphh commented 7 years ago

Hi Mike,

There are two unneeded imports in PyCmdMessenger.py: serial and multiprocessing.

Would it make sense to remove them? (It works for me on Python 2.7)

Stephan

harmsm commented 7 years ago

Yep. On list to remove.