Skip to content

Commit

Permalink
fix bad relative import (still python 2 style) (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
xaver-k authored Jun 15, 2020
1 parent 7ee09ea commit 2adf8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/roslaunch/src/roslaunch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def main(argv=sys.argv):
elif options.file_list:
rlutil.print_file_list(args)
elif options.ros_args:
import arg_dump as roslaunch_arg_dump
from . import arg_dump as roslaunch_arg_dump
roslaunch_arg_dump.dump_args(args)
else:
node_args.print_node_list(args)
Expand Down

0 comments on commit 2adf8a4

Please sign in to comment.