tork-a / roswww

Tiny web server for ROS (forked from https://github.com/jihoonl/roswww)
Other
36 stars 25 forks source link

Separate webserver.py into module and script files (quick fix to #10). #11

Closed 130s closed 9 years ago

130s commented 9 years ago

This separation could be overkill as src/roswww/webrequest_handler.py only contains a very short class. But this quick-fixes #10.

130s commented 9 years ago

And http://localhost:8000/ appears as expected when I ran rosrun roswww webserver.py.

jihoonl commented 9 years ago

:+1: