update
This commit is contained in:
parent
e4b1b9c4d8
commit
3ce822fc27
18 changed files with 198 additions and 68 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: python; indent-tabs-mode: nil; py-indent-offset: 4; coding: utf-8 -*-
|
||||
from PyQt5 import QtCore, QtGui, QtWidgets, uic
|
||||
import pyaudio
|
||||
|
||||
|
||||
from user_data.settings import *
|
||||
from utils.util import *
|
||||
|
|
@ -8,6 +8,8 @@ from ui.widgets import CenteredWidget, DataLabel, LineEdit, RubberBandWindow
|
|||
import updater.updater as updater
|
||||
import utils.ui as util_ui
|
||||
import tox_wrapper.tests.support_testing as ts
|
||||
with ts.ignoreStderr():
|
||||
import pyaudio
|
||||
from user_data import settings
|
||||
|
||||
global LOG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue