Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2017-09-07 00:15:13 +0300
committerAndré Apitzsch <git@apitzsch.eu>2017-09-22 20:12:26 +0300
commit5375965f875dbe3d4ddf7674af899454baa1068c (patch)
tree354fb37354a7a529897c08dd81037fd641fbd7a5 /launch.py
parent343811c2f679112207dd5a21d67f76287e1405c7 (diff)
Don't hard code python path in scripts to support virtualenv
Diffstat (limited to 'launch.py')
-rwxr-xr-xlaunch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.py b/launch.py
index d7a031d93..68e4680e0 100755
--- a/launch.py
+++ b/launch.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3 -OO
+#!/usr/bin/env python3
import os
import sys