Drop support for PySide

It's no longer developed and I'm moving to Qt5 which
is not supported
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-02-18 17:53:02 +01:00
parent 32f7aa5410
commit da4c549ea0
17 changed files with 20 additions and 654 deletions

View File

@@ -16,10 +16,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# author Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
try:
from PyQt4 import QtCore, QtGui
except:
from PySide import QtCore, QtGui
from PyQt4 import QtCore, QtGui
import compatibility
from relational import maintenance