Clean import modules
This commit is contained in:
parent
5945fb36ae
commit
59ba769685
6
main.py
6
main.py
@ -1,6 +1,5 @@
|
|||||||
from PySide2.QtWidgets import *
|
from PySide2.QtWidgets import QWidget, QPushButton, QListWidget, QApplication, QListWidgetItem, QMessageBox, QTextBrowser, QVBoxLayout
|
||||||
from PySide2.QtGui import *
|
from PySide2.QtGui import QGuiApplication, QIcon, QFont
|
||||||
from PySide2.QtCore import *
|
|
||||||
from getKernelInfo import KernelVerList, KernelURL
|
from getKernelInfo import KernelVerList, KernelURL
|
||||||
import sys,os
|
import sys,os
|
||||||
|
|
||||||
@ -8,7 +7,6 @@ import sys,os
|
|||||||
# TODO: Implement when ListItem selected and install pressed, to parse the array and download the right Kernel with wget or curl from the Archive
|
# TODO: Implement when ListItem selected and install pressed, to parse the array and download the right Kernel with wget or curl from the Archive
|
||||||
# TODO: Implement resizable Windows
|
# TODO: Implement resizable Windows
|
||||||
# TODO: Clean the code.
|
# TODO: Clean the code.
|
||||||
# TODO: Import from PySide only the needed functions
|
|
||||||
|
|
||||||
## Creating the MainWindow
|
## Creating the MainWindow
|
||||||
class Window(QWidget):
|
class Window(QWidget):
|
||||||
|
Loading…
Reference in New Issue
Block a user