Skip to content

Commit 8fc8f2c

Browse files
committed
commented unused imports
1 parent 99ba2e5 commit 8fc8f2c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

nagstamon.py

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
# ##debug_queue = list()
3434

3535
# 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
3940

4041
from Nagstamon.Helpers import lock_config_folder
4142

@@ -58,14 +59,18 @@
5859
pass
5960

6061
# get GUI
62+
# from Nagstamon.QUI import (APP,
63+
# statuswindow,
64+
# check_version,
65+
# check_servers,
66+
# dialogs)
6167
from Nagstamon.QUI import (APP,
62-
statuswindow,
63-
check_version,
64-
check_servers,
65-
dialogs)
68+
statuswindow,
69+
check_version,
70+
check_servers)
6671
# get server information
67-
from Nagstamon.Servers import (servers,
68-
get_enabled_servers)
72+
# from Nagstamon.Servers import (servers,
73+
# get_enabled_servers)
6974

7075
# ask for help if no servers are configured
7176
check_servers()

0 commit comments

Comments
 (0)