home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- from namespaces import CONFIGNS
- from element import Element
-
- def ConfigItem(**args):
- return Element(qname = (CONFIGNS, 'config-item'), **args)
-
-
- def ConfigItemMapEntry(**args):
- return Element(qname = (CONFIGNS, 'config-item-map-entry'), **args)
-
-
- def ConfigItemMapIndexed(**args):
- return Element(qname = (CONFIGNS, 'config-item-map-indexed'), **args)
-
-
- def ConfigItemMapNamed(**args):
- return Element(qname = (CONFIGNS, 'config-item-map-named'), **args)
-
-
- def ConfigItemSet(**args):
- return Element(qname = (CONFIGNS, 'config-item-set'), **args)
-
-