Home
last modified time | relevance | path

Searched refs:RECENT_SECTION (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetUtils.py288 if config.has_section(JetDefs.RECENT_SECTION):
291 if config.has_option(JetDefs.RECENT_SECTION, sFile):
292 sFileName = config.get(JetDefs.RECENT_SECTION, sFile)
296 fileList.append(config.get(JetDefs.RECENT_SECTION, sFile))
305 if config.has_section(JetDefs.RECENT_SECTION):
306 config.remove_section(JetDefs.RECENT_SECTION)
307 config.add_section(JetDefs.RECENT_SECTION)
308 config.set(JetDefs.RECENT_SECTION, "File0", jetFile)
314 config.set(JetDefs.RECENT_SECTION, sFile, file)
DJetDefs.py104 RECENT_SECTION = "Recent" variable in JetDefs