diff --git a/core/config.py b/core/config.py index e78cf3e..19989cf 100644 --- a/core/config.py +++ b/core/config.py @@ -1,8 +1,5 @@ import os -try: - import ast -except ImportError: - log.warning('--list modules will not work (module "ast" not found)') +import ast from configparser import RawConfigParser