From 46236eeb553aa1dca986440bbf15bc86168b0734 Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Thu, 18 May 2017 11:44:51 +0200 Subject: [PATCH] changed PyQt import to PySide import! --- icons_rc.py | 2 +- pylot/RELEASE-VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons_rc.py b/icons_rc.py index c6128de2..8a9bd479 100644 --- a/icons_rc.py +++ b/icons_rc.py @@ -7,7 +7,7 @@ # # WARNING! All changes made in this file will be lost! -from PyQt4 import QtCore +from PySide import QtCore qt_resource_data = "\ \x00\x00\x9e\x04\ diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 292674fb..2b251466 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -b979-dirty +0a91-dirty