Rename trace action module to 'action'

This commit is contained in:
Christophe Bedard 2019-06-25 16:22:53 +02:00
parent ae5386a83d
commit 4389e22ce9
3 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
from launch import LaunchDescription
from launch_ros.actions import Node
from tracetools_launch.trace import Trace
from tracetools_launch.action import Trace
def generate_launch_description():