File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 33
33
# ##debug_queue = list()
34
34
35
35
# Initialize global configuration
36
- from Nagstamon .Config import (conf ,
37
- RESOURCES ,
38
- debug_queue )
36
+ # from Nagstamon.Config import (conf,
37
+ # RESOURCES,
38
+ # debug_queue)
39
+ from Nagstamon .Config import conf
39
40
40
41
from Nagstamon .Helpers import lock_config_folder
41
42
58
59
pass
59
60
60
61
# get GUI
62
+ # from Nagstamon.QUI import (APP,
63
+ # statuswindow,
64
+ # check_version,
65
+ # check_servers,
66
+ # dialogs)
61
67
from Nagstamon .QUI import (APP ,
62
- statuswindow ,
63
- check_version ,
64
- check_servers ,
65
- dialogs )
68
+ statuswindow ,
69
+ check_version ,
70
+ check_servers )
66
71
# get server information
67
- from Nagstamon .Servers import (servers ,
68
- get_enabled_servers )
72
+ # from Nagstamon.Servers import (servers,
73
+ # get_enabled_servers)
69
74
70
75
# ask for help if no servers are configured
71
76
check_servers ()
You can’t perform that action at this time.
0 commit comments