Bug #81
suggestion: use module.cfg
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Lukas Rist | % Done: | 0% |
|
| Category: | Glastopf | Spent time: | - | |
| Target version: | - | |||
| Resolution: |
Description
IMHO you should use a global module configuration.
I'm not familiar with python but may be there's a way to ask wether a module is loaded or it's not.
Do things only if module is loaded.
Do not import threading again in modules used by threading using this module.
You will not be able to shutdown the server.