diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-01-23 23:27:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-01-23 23:27:58 +0100 |
commit | 05493a1068f7f5cc542087ccbeff691b18c657bf (patch) | |
tree | 348ac36d2fd9f5b2e6c1d513d7d2c6cebba85a45 | |
parent | update copyright notice (diff) | |
download | sysrss-05493a1068f7f5cc542087ccbeff691b18c657bf.tar.gz sysrss-05493a1068f7f5cc542087ccbeff691b18c657bf.tar.bz2 sysrss-05493a1068f7f5cc542087ccbeff691b18c657bf.tar.xz |
changing shebang, python should(!) be python3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-x | sysrss.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |