Use configparser to read configuration
This commit is contained in:
@@ -26,4 +26,4 @@ Scripts for our redundances bot
|
||||
"""
|
||||
# noqa needed to prevent pyflakes from warning about unused imports
|
||||
from jogobot.jogobot import ( output, sendmail, is_active ) # noqa
|
||||
import jogobot.config as config # noqa
|
||||
from jogobot.config import config # noqa
|
||||
|
||||
Reference in New Issue
Block a user