[chrome-gnome-shell/feature/python3] python3: do not force version 2 of Python because both 2/3 now supported



commit 3cf942168a96e5a3cafd0d58188fbb9fc5809ac8
Author: Yuri Konotopov <ykonotopov gmail com>
Date:   Sun Mar 27 11:02:59 2016 +0300

    python3: do not force version 2 of Python because both 2/3 now supported

 connector/gs-chrome-connector.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/connector/gs-chrome-connector.py b/connector/gs-chrome-connector.py
index 6fc6a21..e17d0dd 100755
--- a/connector/gs-chrome-connector.py
+++ b/connector/gs-chrome-connector.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 
 '''
     GNOME Shell integration for Chrome


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