From 8c6026ba09716a4e164f5420120bfe2ebb2d9d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Pievil=C3=A4inen?= Date: Fri, 1 Nov 2013 10:37:15 +0200 Subject: Use /usr/bin/env, test for py33 and how to release in README. --- updatezinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updatezinfo.py') diff --git a/updatezinfo.py b/updatezinfo.py index 46b3cf7..627231a 100755 --- a/updatezinfo.py +++ b/updatezinfo.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os import re import sys -- cgit v1.2.1