From f27b4d314f87dc8b8119f5ce009fda56f11b12a8 Mon Sep 17 00:00:00 2001 From: Leor Bleier Date: Mon, 11 May 2020 17:08:21 -0400 Subject: [PATCH] Fix #72 - Upgrade PyQt4 to PyQt5 Includes code cleanup/refactoring. Also fixes #71 --- .gitignore | 2 +- Subsystems/cmdGui/HTMLDocsParser.py | 1 - Subsystems/cmdGui/UdpCommands.py | 1 - Subsystems/tlmGUI/GenericTelemetry.py | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9c79f62..e28c54e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.pyc cmdUtil -.DS_Store +.DS_Store \ No newline at end of file diff --git a/Subsystems/cmdGui/HTMLDocsParser.py b/Subsystems/cmdGui/HTMLDocsParser.py index f932954..4981f10 100644 --- a/Subsystems/cmdGui/HTMLDocsParser.py +++ b/Subsystems/cmdGui/HTMLDocsParser.py @@ -17,7 +17,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # - import glob import pickle import re diff --git a/Subsystems/cmdGui/UdpCommands.py b/Subsystems/cmdGui/UdpCommands.py index b5a96ed..471c6ec 100644 --- a/Subsystems/cmdGui/UdpCommands.py +++ b/Subsystems/cmdGui/UdpCommands.py @@ -45,7 +45,6 @@ ROOTDIR = Path(sys.argv[0]).resolve().parent - class SubsystemCommands(QDialog, Ui_GenericCommandDialog): # # Init the class diff --git a/Subsystems/tlmGUI/GenericTelemetry.py b/Subsystems/tlmGUI/GenericTelemetry.py index 7d7252b..1f75c21 100644 --- a/Subsystems/tlmGUI/GenericTelemetry.py +++ b/Subsystems/tlmGUI/GenericTelemetry.py @@ -34,7 +34,6 @@ ROOTDIR = Path(sys.argv[0]).resolve().parent - class SubsystemTelemetry(QDialog, Ui_GenericTelemetryDialog): # # Init the class