rosmake: fixed module comment

This commit is contained in:
Ken Conley 2010-01-14 20:50:27 +00:00
parent 8642839462
commit 4b4db29eb2
1 changed files with 3 additions and 2 deletions

View File

@ -25,10 +25,11 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
from rosmake import RosMakeAll
"""
Implements the 'rosmake' command-line tool via the L{RosMakeAll}
class. This class is for internal-use only within ROS tools. The API
is very likely to change in future releases and is not stable.
"""
from rosmake import RosMakeAll