Beispiel #1
0
 def find_files(self, query, alt=PRIMARY_ALT, lang=None, limit=50,
                types=None):
     """Returns a list of files that match the query.  This requires that
     the source info is up to date and is primarily used by the admin to
     show files that exist.
     """
     return find_files(self, query, alt, lang, limit, types)
Beispiel #2
0
 def find_files(self, query, alt=PRIMARY_ALT, lang=None, limit=50,
                types=None):
     """Returns a list of files that match the query.  This requires that
     the source info is up to date and is primarily used by the admin to
     show files that exist.
     """
     return find_files(self, query, alt, lang, limit, types)