From c73dca34fc18440a7756bc3c4cbb5c497c9db7b3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 10 May 2015 23:44:55 +0200 Subject: [PATCH] Default to "python" as the executable name --- src/python/libSystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/libSystem.py b/src/python/libSystem.py index d494028..936adbe 100644 --- a/src/python/libSystem.py +++ b/src/python/libSystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python #$Id$ #Copyright (c) 2013-2014 Pierre Pronchery #This file is part of DeforaOS System libSystem