home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- from namespaces import ANIMNS
- from element import Element
-
- def Animate(**args):
- return Element(qname = (ANIMNS, 'animate'), **args)
-
-
- def Animatecolor(**args):
- return Element(qname = (ANIMNS, 'animateColor'), **args)
-
-
- def Animatemotion(**args):
- return Element(qname = (ANIMNS, 'animateMotion'), **args)
-
-
- def Animatetransform(**args):
- return Element(qname = (ANIMNS, 'animateTransform'), **args)
-
-
- def Audio(**args):
- return Element(qname = (ANIMNS, 'audio'), **args)
-
-
- def Command(**args):
- return Element(qname = (ANIMNS, 'command'), **args)
-
-
- def Iterate(**args):
- return Element(qname = (ANIMNS, 'iterate'), **args)
-
-
- def Par(**args):
- return Element(qname = (ANIMNS, 'par'), **args)
-
-
- def Param(**args):
- return Element(qname = (ANIMNS, 'param'), **args)
-
-
- def Seq(**args):
- return Element(qname = (ANIMNS, 'seq'), **args)
-
-
- def Set(**args):
- return Element(qname = (ANIMNS, 'set'), **args)
-
-
- def Transitionfilter(**args):
- return Element(qname = (ANIMNS, 'transitionFilter'), **args)
-
-