예제 #1
0
 def get_namespace(self, resource, context):
     cart = ProductCart(context)
     return cart.get_namespace(resource)
예제 #2
0
 def get_namespace(self, resource, context):
     cart = ProductCart(context)
     return cart.get_namespace(resource)