[chrome-gnome-shell: 10/11] Merge branch 'feature/python3'



commit d056af26bbbe4d74b37106f5e2324c250d953b57
Merge: e808a9f 212f654
Author: Yuri Konotopov <ykonotopov gmail com>
Date:   Sun Mar 27 13:27:50 2016 +0300

    Merge branch 'feature/python3'

 connector/gs-chrome-connector.py |  355 +++++++++++++++++++------------------
 1 files changed, 182 insertions(+), 173 deletions(-)
---
diff --cc connector/gs-chrome-connector.py
index c7dfe57,e0d6747..f6867aa
--- a/connector/gs-chrome-connector.py
+++ b/connector/gs-chrome-connector.py
@@@ -18,13 -20,14 +20,14 @@@ import sy
  import re
  from threading import Thread, Lock
  
 -CONNECTOR_VERSION = 5.1
 -DEBUG_ENABLED = False
 +CONNECTOR_VERSION     = 5.2
 +DEBUG_ENABLED         = False
  
- SHELL_SCHEMA          = "org.gnome.shell"
- ENABLED_EXTENSIONS_KEY        = "enabled-extensions"
+ SHELL_SCHEMA = "org.gnome.shell"
+ ENABLED_EXTENSIONS_KEY = "enabled-extensions"
  EXTENSION_DISABLE_VERSION_CHECK_KEY = "disable-extension-version-validation"
  
+ BUFFER_SUPPORTED = hasattr(sys.stdin, 'buffer')
  mutex = Lock()
  watcherConnected = False
  


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