Exemplo n.º 1
0
 def _get_schools_file_name():
     schools_file = 'schools.json'
     return os.path.join(PACommon.get_dir('json'), schools_file)
Exemplo n.º 2
0
 def _get_secrets_file_name():
     secrets_file = 'secrets.json'
     return os.path.join(PACommon.get_dir('json'), secrets_file)