From 779f22cc89776c6feadbfa84fb38fbc9b0bc8836 Mon Sep 17 00:00:00 2001 From: Daniel Ahn Date: Sat, 21 Jul 2018 02:23:59 -0700 Subject: [PATCH] Revert changes under vendor folder --- syncplay/vendor/Qt.py | 3 +-- syncplay/vendor/qt5reactor.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/syncplay/vendor/Qt.py b/syncplay/vendor/Qt.py index 356a804..7685836 100755 --- a/syncplay/vendor/Qt.py +++ b/syncplay/vendor/Qt.py @@ -38,9 +38,9 @@ LICENSE """ import os -import shutil import sys import types +import shutil __version__ = "1.1.0" @@ -1436,7 +1436,6 @@ def _qInstallMessageHandler(handler): elif Qt.IsPySide2 or Qt.IsPyQt5: return Qt._QtCore.qInstallMessageHandler(passObject) - def _convert(lines): """Convert compiled .ui file from PySide2 to Qt.py diff --git a/syncplay/vendor/qt5reactor.py b/syncplay/vendor/qt5reactor.py index 0ffdc40..da82ccc 100755 --- a/syncplay/vendor/qt5reactor.py +++ b/syncplay/vendor/qt5reactor.py @@ -350,7 +350,7 @@ class QtEventReactor(QtReactor): elif val == WAIT_TIMEOUT: pass else: - # print 'Got an unexpected return of %r' % val + #print 'Got an unexpected return of %r' % val return def _runAction(self, action, fd):