From 65eff1318671f432e5cbba8fe4e2088c39958aa7 Mon Sep 17 00:00:00 2001 From: Ruffin Date: Thu, 19 Sep 2019 13:08:49 -0700 Subject: [PATCH] Update shebang to python3 --- scripts/rosdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rosdep b/scripts/rosdep index a9284a830..1d4572408 100755 --- a/scripts/rosdep +++ b/scripts/rosdep @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from rosdep2.main import rosdep_main rosdep_main()