Example #1
0
 def get_catalog(self, uuid):
     '''
     Returns whole catalog
     '''
     return libraries.get_catalog(DB, uuid)
Example #2
0
 def get_catalog(self, uuid):
     '''
     Returns whole catalog
     '''
     return libraries.get_catalog(DB, uuid)
Example #3
0
 def get_catalog(self, uuid):
     '''
     Returns whole catalog
     '''
     return libraries.get_catalog(cherrypy.db, uuid)
Example #4
0
 def get_catalog(self, uuid):
     '''
     Returns whole catalog
     '''
     return libraries.get_catalog(cherrypy.db, uuid)