Make project comply new coding standards and pylint

This commit is contained in:
Kristóf Tóth
2018-03-30 17:50:20 +02:00
parent c2375e9206
commit 3ae0995b95
11 changed files with 64 additions and 35 deletions

View File

@ -1,3 +1,3 @@
from envvars import generate_namedtuple_from_prefixed_envvars
from envvars import prefixed_envvars_to_namedtuple
TAOENV = generate_namedtuple_from_prefixed_envvars('AVATAO_', 'taoenvtuple')
TAOENV = prefixed_envvars_to_namedtuple('AVATAO_', 'taoenvtuple')