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