7 lines
84 B
Python
Raw Normal View History

def FlagsForFile( filename ):
return {
'flags': [],
'do_cache': True
}