[Xfce4-commits] [apps/xfce4-panel-profiles] 38/162: Use python3 shebang, thanks Olivier Duchateau (LP: #1494843)
    noreply at xfce.org 
    noreply at xfce.org
       
    Fri Jul 13 13:08:57 CEST 2018
    
    
  
This is an automated email from the git hooks/post-receive script.
o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-panel-profiles.
commit d85c331397bb7a060972ce9b2b20073f5c515235
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Sep 20 10:38:22 2015 -0400
    Use python3 shebang, thanks Olivier Duchateau (LP: #1494843)
---
 xfpanel-switch/xfpanel-switch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfpanel-switch/xfpanel-switch.py b/xfpanel-switch/xfpanel-switch.py
index 86cb452..6f01903 100644
--- a/xfpanel-switch/xfpanel-switch.py
+++ b/xfpanel-switch/xfpanel-switch.py
@@ -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 <a.j.buxton at gmail.com>
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list