[core/config] ast is part of the PSL
This commit is contained in:
parent
ba24ba13db
commit
b3d70c61f1
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue