1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sun, 13 Oct 2019 19:09:45 +0200
Subject: Use Python 3
---
rosbuild/scripts/genmsg_lisp.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rosbuild/scripts/genmsg_lisp.py b/rosbuild/scripts/genmsg_lisp.py
index a420086..a081ffd 100755
--- a/rosbuild/scripts/genmsg_lisp.py
+++ b/rosbuild/scripts/genmsg_lisp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Software License Agreement (BSD License)
#
# Copyright (c) 2009, Willow Garage, Inc.
|