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

@@ -18,13 +18,8 @@
# author Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
import sys
import os
import pickle
try:
from PyQt4 import QtCore, QtGui
except:
from PySide import QtCore, QtGui
from PyQt4 import QtCore, QtGui
from relational import relation, parser, optimizer, rtypes