MainWindow: Minor change.
parent
466cda0a35
commit
5631a25b51
|
|
@ -21,6 +21,13 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
import time
|
||||
import pickle
|
||||
import logging
|
||||
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
from subprocess import Popen
|
||||
|
||||
# Form implementation generated from reading ui file 'mainwindow.ui'
|
||||
#
|
||||
|
|
@ -38,12 +45,7 @@ from Model.calibration_constant_kt import CalibrationConstantKt
|
|||
from View.about_window import AboutWindow
|
||||
import settings as stg
|
||||
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
from subprocess import Popen
|
||||
|
||||
import time
|
||||
|
||||
logger = logging.getLogger("acoused")
|
||||
|
||||
class Ui_MainWindow(object):
|
||||
def setupUi(self, MainWindow):
|
||||
|
|
|
|||
Loading…
Reference in New Issue