From 58228cf5316a48facdfb502583ab8dce7960b0ce Mon Sep 17 00:00:00 2001 From: frarol96 Date: Mon, 15 Jul 2024 21:32:13 +0000 Subject: [PATCH] Testing removing dependancies --- ERSCMU.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ERSCMU.py b/ERSCMU.py index 8e5ca40..4e2cc8a 100644 --- a/ERSCMU.py +++ b/ERSCMU.py @@ -1,15 +1,3 @@ -import os -import requests -import zipfile -import shutil -import json -from datetime import datetime -import configparser -from PyQt5 import QtWidgets, QtGui -from PyQt5.QtWidgets import QApplication, QMainWindow, QWidget, QVBoxLayout, QHBoxLayout, QLabel, QLineEdit, QPushButton, QCheckBox, QComboBox, QDialog, QMessageBox, QFileDialog -from PyQt5.QtGui import QFont -from PyQt5.QtCore import Qt - # Define version number PROGRAM_VERSION = "1.7.0.1"