コード例 #1
0
ファイル: __init__.py プロジェクト: nickpiggott/linkchecker
def has_word():
    """Test if Word is available."""
    from linkcheck.plugins import parseword
    return parseword.has_word()
コード例 #2
0
ファイル: __init__.py プロジェクト: Black4Blade/linkchecker
def has_word():
    """Test if Word is available."""
    from linkcheck.plugins import parseword
    return parseword.has_word()