Drop support for PySide
It's no longer developed and I'm moving to Qt5 which is not supported
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user