[core/config] ast is part of the PSL

This commit is contained in:
tobi-wan-kenobi 2020-05-02 13:57:13 +02:00
parent ba24ba13db
commit b3d70c61f1

View file

@ -1,8 +1,5 @@
import os
try:
import ast
except ImportError:
log.warning('--list modules will not work (module "ast" not found)')
from configparser import RawConfigParser