------------------------------------------------------------ revno: 31 committer: Olivier Duchateau branch nick: xfpanel-switch timestamp: Fri 2015-09-11 16:00:18 +0200 message: Use proper shebang for Python3 diff: === modified file 'xfpanel-switch/xfpanel-switch.py' --- xfpanel-switch/xfpanel-switch.py 2015-09-10 01:34:57 +0000 +++ xfpanel-switch/xfpanel-switch.py 2015-09-11 14:00:18 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Xfce Panel Switch # Copyright (C) 2013 Alistair Buxton