Revert changes under vendor folder
This commit is contained in:
parent
b4d02e3686
commit
779f22cc89
3
syncplay/vendor/Qt.py
vendored
3
syncplay/vendor/Qt.py
vendored
@ -38,9 +38,9 @@ LICENSE
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
|
||||||
import sys
|
import sys
|
||||||
import types
|
import types
|
||||||
|
import shutil
|
||||||
|
|
||||||
|
|
||||||
__version__ = "1.1.0"
|
__version__ = "1.1.0"
|
||||||
@ -1436,7 +1436,6 @@ def _qInstallMessageHandler(handler):
|
|||||||
elif Qt.IsPySide2 or Qt.IsPyQt5:
|
elif Qt.IsPySide2 or Qt.IsPyQt5:
|
||||||
return Qt._QtCore.qInstallMessageHandler(passObject)
|
return Qt._QtCore.qInstallMessageHandler(passObject)
|
||||||
|
|
||||||
|
|
||||||
def _convert(lines):
|
def _convert(lines):
|
||||||
"""Convert compiled .ui file from PySide2 to Qt.py
|
"""Convert compiled .ui file from PySide2 to Qt.py
|
||||||
|
|
||||||
|
|||||||
2
syncplay/vendor/qt5reactor.py
vendored
2
syncplay/vendor/qt5reactor.py
vendored
@ -350,7 +350,7 @@ class QtEventReactor(QtReactor):
|
|||||||
elif val == WAIT_TIMEOUT:
|
elif val == WAIT_TIMEOUT:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
# print 'Got an unexpected return of %r' % val
|
#print 'Got an unexpected return of %r' % val
|
||||||
return
|
return
|
||||||
|
|
||||||
def _runAction(self, action, fd):
|
def _runAction(self, action, fd):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user