[gedit-plugins] synctex: python3 shebang



commit 68463eebb0baf37386a1161bbd81910dcfad7c83
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 11 12:32:42 2019 +0100

    synctex: python3 shebang
    
    All Python plugins have been ported to Python 3, normally. See:
    commit d39d84a9daf9021fcc45a8def6ad2b69c8675074
    
    Fixes https://gitlab.gnome.org/GNOME/gedit-plugins/issues/7

 plugins/synctex/synctex/evince_dbus.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/synctex/synctex/evince_dbus.py b/plugins/synctex/synctex/evince_dbus.py
index d8b3978..f0f9fef 100755
--- a/plugins/synctex/synctex/evince_dbus.py
+++ b/plugins/synctex/synctex/evince_dbus.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 # This file is part of the Gedit Synctex plugin.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]