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