Пример #1
0
def get_astyle_path(astyleexe):
    """Get the astyle executable path.
	"""
    config = get_astyle_config()
    astylepath = libastyle.get_astyleexe_directory(config, True) + astyleexe
    return astylepath
Пример #2
0
def get_astyle_path(astyleexe):
    """Get the astyle executable path.
    """
    config = get_astyle_config()
    astylepath = libastyle.get_astyleexe_directory(config, True) + astyleexe
    return astylepath