7 lines
84 B
Python
7 lines
84 B
Python
|
def FlagsForFile( filename ):
|
||
|
return {
|
||
|
'flags': [],
|
||
|
'do_cache': True
|
||
|
}
|
||
|
|