mirror of
https://github.com/Athemis/PyDSF.git
synced 2025-04-04 22:36:02 +00:00
Fixed some code styling issues
This commit is contained in:
parent
1fa3c57084
commit
455f715e37
1 changed files with 0 additions and 3 deletions
3
main.py
3
main.py
|
@ -1,12 +1,10 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import glob
|
|
||||||
from PyQt5 import QtWidgets, QtCore
|
from PyQt5 import QtWidgets, QtCore
|
||||||
|
|
||||||
from ui.mainwindow import MainWindow
|
from ui.mainwindow import MainWindow
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
@ -21,5 +19,4 @@ if __name__ == "__main__":
|
||||||
# fire up main ui
|
# fire up main ui
|
||||||
ui = MainWindow()
|
ui = MainWindow()
|
||||||
ui.showMaximized()
|
ui.showMaximized()
|
||||||
#ui.show()
|
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
Loading…
Add table
Reference in a new issue