예제 #1
0
 def __init__(self, context, request):
     Form.__init__(self, context, request)
     self.__parent__ = self.context
     self.data = {}
예제 #2
0
 def __init__(self, context, request):
     Form.__init__(self, context, request)