From 9ab076447d979b55155db8a3b6290321b5d74456 Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Fri, 6 Nov 2015 15:35:01 +0000 Subject: [PATCH] Task #8531: other #! for python --- LCS/Messaging/python/messaging/test/t_RPC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCS/Messaging/python/messaging/test/t_RPC.py b/LCS/Messaging/python/messaging/test/t_RPC.py index 54f7d6f41c3..95f93317141 100644 --- a/LCS/Messaging/python/messaging/test/t_RPC.py +++ b/LCS/Messaging/python/messaging/test/t_RPC.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ Program to test the RPC and Service class of the Messaging package. It defines 5 functions and first calls those functions directly to check -- GitLab