Skip to content

Commit

Permalink
launch -> launch.legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Jun 6, 2018
1 parent 28610d6 commit 41a5dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_cli/test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
import os
import sys

from launch import LaunchDescriptor
from launch.exit_handler import primary_exit_handler
from launch.launcher import DefaultLauncher
from launch.legacy import LaunchDescriptor
from launch.legacy.exit_handler import primary_exit_handler
from launch.legacy.launcher import DefaultLauncher


def require_environment_variable(name):
Expand Down

0 comments on commit 41a5dcc

Please sign in to comment.