コード例 #1
0
ファイル: asciidoc.py プロジェクト: jmourelos/doconv
 def check_dependencies(self):
     check_bin_dependency("python2")
     check_bin_dependency("asciidoc")
コード例 #2
0
 def check_dependencies(self):
     check_bin_dependency("asciidoctor")
コード例 #3
0
ファイル: asciidoctor.py プロジェクト: jmourelos/doconv
 def check_dependencies(self):
     check_bin_dependency("asciidoctor")
コード例 #4
0
ファイル: util.py プロジェクト: kirkilj/doconv
def assert_xml(xml_file):
    """Validate a XML file
    """
    check_bin_dependency("xmllint")
    shell("xmllint --noout {0}".format(xml_file))
コード例 #5
0
ファイル: util.py プロジェクト: jmourelos/doconv
def assert_xml(xml_file):
    """Validate a XML file
    """
    check_bin_dependency("xmllint")
    shell("xmllint --noout {0}".format(xml_file))