Release 6af573fff375a4ecd1843479e13e5c99

这个提交包含在:
Dirk Alders 2020-12-21 01:51:47 +01:00
父节点 e2724175ff
当前提交 e5808ccfea
共有 3 个文件被更改,包括 7056 次插入7053 次删除

查看文件

@ -32,8 +32,11 @@ import os
import pickle
import sys
logger_name = 'CACHING'
logger = logging.getLogger(logger_name)
try:
from config import APP_NAME as ROOT_LOGGER_NAME
except ImportError:
ROOT_LOGGER_NAME = 'root'
logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
__DESCRIPTION__ = """The Module {\\tt %s} is designed to store information in {\\tt json} or {\\tt pickle} files to support them much faster then generating them from the original source file.
For more Information read the documentation.""" % __name__.replace('_', '\_')

文件差异内容过多而无法显示 加载差异

二进制文件未显示。