personalrobotics / prpy

Python utilities used by the Personal Robotics Laboratory.
BSD 3-Clause "New" or "Revised" License
62 stars 19 forks source link

Edit __init__.py for backwards compatibility with TSR #372

Closed Shushman closed 7 years ago

Shushman commented 7 years ago

This avoids breaking changes for code that imports prpy.tsr

Shushman commented 7 years ago

Having added the stub directory for tsr under prpy/src/prpy/, any imports in dependent packages of the form import prpy.tsr.XYZ will work.

mkoval commented 7 years ago

Thanks @Shushman for making this change! 🎉