roslib: removing catkin_export_python

This commit is contained in:
Ken Conley 2012-01-05 07:13:12 +00:00
parent a99a0fe53e
commit fe55753ee8
1 changed files with 0 additions and 6 deletions

View File

@ -32,12 +32,6 @@ catkin_project(roslib
INCLUDE_DIRS include
)
catkin_export_python(src)
# We have to set ros_PYTHONPATH to get the 'ros' module copied into the
# buildspace. Not sure what will happen if multiple packages do this...
# set(ros_PYTHONPATH src)
#integration tests
add_gtest(${PROJECT_NAME}-utest test/utest.cpp)