From cb0cacff328dba4f095fde4b3211eb081f7d8ce0 Mon Sep 17 00:00:00 2001 From: killing Date: Sun, 24 Jun 2012 14:18:53 +0800 Subject: [PATCH] Fix python path in searpc-codegen.py. --- lib/searpc-codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/searpc-codegen.py b/lib/searpc-codegen.py index 7e41cfe..e275d9b 100644 --- a/lib/searpc-codegen.py +++ b/lib/searpc-codegen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ Generate function define macros.