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