mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] other modules were depending on "import *", urgh.
This commit is contained in:
parent
f931976667
commit
f41eb29953
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
import logging
|
||||
from logging import addLevelName, setLoggerClass, Logger, getLogger
|
||||
from logging import addLevelName, setLoggerClass, Logger, getLogger, StreamHandler
|
||||
|
||||
|
||||
# Global configuration and functions -----------------------------------
|
||||
|
|
Loading…
Reference in a new issue