[python3] Header of config script improval

Miro Hrončok churchyard at fedoraproject.org
Mon Jun 30 17:11:32 UTC 2014


commit 41a68301c70978d906d1b08d4aaa85337d1de3fc
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Mon Jun 30 19:11:22 2014 +0200

    Header of config script improval

 config.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/config.py b/config.py
index 964d5d9..b40b483 100644
--- a/config.py
+++ b/config.py
@@ -1,4 +1,6 @@
-#!/bin/python3
+#!/usr/bin/python3.4m
+# -*- python -*-
+
 import sys
 import subprocess
 ver = sys.version[:3]


More information about the scm-commits mailing list