mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-03 10:39:33 +00:00
Optimized imports and naming, started rework of config sending
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -18,9 +18,6 @@ except ImportError:
|
||||
import selectors2 as selectors
|
||||
|
||||
|
||||
# import logging_lib
|
||||
|
||||
|
||||
class Namespace:
|
||||
def __init__(self, **kwargs):
|
||||
self.__dict__.update(kwargs)
|
||||
|
||||
Reference in New Issue
Block a user