def __init__(self):
     DTTag.__init__(self,
                    'calltemplate',
                    isempty=1,
                    modules=[SkunkWeb, computils, slotutils])
 def __init__(self):
     DTTag.__init__(self,
                    'calltemplate',
                    isempty=1,
                    modules=[SkunkWeb, computils, slotutils])
 def __init__(self, defaultSlotMapName='SLOTS'):
     self.defaultSlotMapName = defaultSlotMapName
     DTTag.__init__(self, 'slot', isempty=1)
 def __init__(self, defaultSlotMapName='SLOTS'):
     self.defaultSlotMapName=defaultSlotMapName
     DTTag.__init__(self,
                    'slot',
                    isempty=1)