From b3d70c61f15d20081dbc96d3356be003a16e731c Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Sat, 2 May 2020 13:57:13 +0200 Subject: [PATCH] [core/config] ast is part of the PSL --- core/config.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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