Optimized imports and naming, started rework of config sending

This commit is contained in:
Artem30801
2019-12-30 19:43:13 +03:00
parent 5bd372e25b
commit 6ffef1a0bf
2 changed files with 2 additions and 3 deletions

View File

@@ -29,6 +29,8 @@ import messaging_lib as messaging
import copter_table_models as table
from copter_table import CopterTableWidget
from emergency import *
#from emergency import *
# TODO uncomment
def multi_glob(*patterns):

View File

@@ -18,9 +18,6 @@ except ImportError:
import selectors2 as selectors
# import logging_lib
class Namespace:
def __init__(self, **kwargs):
self.__dict__.update(kwargs)