db logs and some fixes
This commit is contained in:
parent
4c6205cc39
commit
f782b99402
3 changed files with 9 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ import settings
|
|||
import platform
|
||||
try:
|
||||
from PySide import QtNetwork, QtCore
|
||||
except:
|
||||
except ImportError:
|
||||
from PyQt4 import QtNetwork, QtCore
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue