merge with pyqt5 branch and video sending
This commit is contained in:
@@ -3,10 +3,7 @@ import os
|
||||
import settings
|
||||
import platform
|
||||
import urllib
|
||||
try:
|
||||
from PySide import QtNetwork, QtCore
|
||||
except ImportError:
|
||||
from PyQt4 import QtNetwork, QtCore
|
||||
from PyQt5 import QtNetwork, QtCore
|
||||
import subprocess
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user