pyqt4 support

This commit is contained in:
ingvar1995 2016-05-24 21:22:21 +03:00
parent 948776c31c
commit cfdf145160
12 changed files with 52 additions and 20 deletions

View file

@ -1,5 +1,8 @@
from list_items import MessageItem, ContactItem, FileTransferItem, InlineImageItem
from PySide import QtCore, QtGui
try:
from PySide import QtCore, QtGui
except ImportError:
from PyQt4 import QtCore, QtGui
from tox import Tox
import os
from messages import *