Trivial update (unused globals)

This commit is contained in:
Miroslav Stampar
2019-06-03 15:11:36 +02:00
parent c00a642569
commit 2b79f45cbc
3 changed files with 1 additions and 5 deletions

View File

@@ -27,8 +27,6 @@ def configFileProxy(section, option, datatype):
advanced dictionary.
"""
global config
if config.has_option(section, option):
try:
if datatype == OPTION_TYPE.BOOLEAN: