core: add modules_ast for more robust module collection

This commit is contained in:
Dima Gerasimov 2020-12-11 03:40:31 +00:00
parent ced0e99099
commit 169b639a72
10 changed files with 48 additions and 16 deletions

View file

@ -1,5 +1,5 @@
'''
Timezone data provider
Timezone data provider, used to localize timezone-unaware timestamps for other modules
'''
from datetime import datetime
from ...core.common import tzdatetime