Searched refs:LIBRARY_SECTION (Results 1 - 1 of 1) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py82 LIBRARY_SECTION = 'libraries' variable
374 if not config.has_option(LIBRARY_SECTION, library_name):
376 libraries.append(config.get(LIBRARY_SECTION, library_name))
716 config.add_section(LIBRARY_SECTION)
719 config.set(LIBRARY_SECTION, library_name, library)

Completed in 270 milliseconds