changeset a79643341407 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=a79643341407
description:
        Use correct path for env in shebang
diffstat:

 app.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r fd68941e8ae1 -r a79643341407 app.py
--- a/app.py    Sun Oct 06 12:15:43 2019 +0200
+++ b/app.py    Sun Oct 06 15:57:52 2019 +0200
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 import ast
 import datetime
 import functools

Reply via email to