utilities.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:FT.Client 作者: aldmbmtl 项目源码 文件源码
def addExtensionPath(path):
    """
Add a custom extensions path for your scripts and modifications to FloatingTools.

:param path: str to a place on disk.
    """
    if not os.path.exists(path):
        FloatingTools.FT_LOGGER.warning('Extension path passed does not exist: ' + path)
        return

    for f in os.listdir(path):
        if f == 'hfx_init.py':
            try:
                imp.load_source('hfx_init', os.path.join(path, f))
            except ImportError:
                traceback.print_exc()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号