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

@ -24,7 +24,7 @@ from launch import LaunchDescription
from launch import LaunchService
from launch_ros import get_default_launch_description
from launch_ros.actions import Node
from tracetools_launch.trace import Trace
from tracetools_launch.action import Trace
from tracetools_read.utils import DictEvent
from tracetools_read.utils import get_event_name