[mainwindow] rename

This commit is contained in:
Jan Grewe 2021-01-10 11:57:04 +01:00
parent 6fbd958eec
commit a5564c88f4
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3
import sys
from PyQt5.QtWidgets import QApplication
from nixview.ui.main_window import NixView
from nixview.ui.mainwindow import NixView
import argparse
def main():