[fix] other modules were depending on "import *", urgh.

This commit is contained in:
Laurent Peuch 2016-12-22 13:00:05 +01:00 committed by GitHub
parent f931976667
commit f41eb29953

View file

@ -1,6 +1,6 @@
import os import os
import logging import logging
from logging import addLevelName, setLoggerClass, Logger, getLogger from logging import addLevelName, setLoggerClass, Logger, getLogger, StreamHandler
# Global configuration and functions ----------------------------------- # Global configuration and functions -----------------------------------