pyros-dev / pyros

Python interfacing for multiprocess software - A Python blanket for ROS to hide inside
BSD 3-Clause "New" or "Revised" License
24 stars 4 forks source link

0.4 -> Expose client exceptions #137

Open asmodehn opened 7 years ago

asmodehn commented 7 years ago

So that the user can do :

from pyros.client import PyrosServiceTimeout, PyrosServiceNotFound

instead of currently :

from pyros.client.client import PyrosServiceTimeout, PyrosServiceNotFound
asmodehn commented 7 years ago

Similar thing for server part. We should expose pyros_ctx so that a users doesnt need to dig too deep.