From 05493a1068f7f5cc542087ccbeff691b18c657bf Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Jan 2013 23:27:58 +0100 Subject: changing shebang, python should(!) be python3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- sysrss.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysrss.py b/sysrss.py index a17f8e0..20fd44b 100755 --- a/sysrss.py +++ b/sysrss.py @@ -1,5 +1,5 @@ -#!/usr/bin/env python3 -# -*- mode: python, coding: utf-8 -*- +#!/usr/bin/env python +# -*- coding: utf-8 -*- ''' sysrss – Let your system generate a maintenance notification RSS -- cgit v1.2.3-70-g09d2