Update logger.py

This commit is contained in:
Adrien Bourmault 2019-07-09 14:29:48 +02:00 committed by GitHub
parent 01c3c7fefa
commit 90a6b8365e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,9 +24,10 @@
"""
import logging
import globs
import os
import globs # globs.py
## The logging class
class NewLoggingSystem: