Changeset 6 for trunk/python/Rappture


Ignore:
Timestamp:
Mar 23, 2005, 8:19:29 PM (20 years ago)
Author:
mmc
Message:

Fixed the Tcl library to mirror the API developed for XML
libraries on the Python side. The Tcl Rappture::library
now has methods like "children", "element", "put", etc.
One difference: On the Tcl side, the default -flavor for
element/children is "component", since that works better
in Tcl code. In Python, the default is flavor=object.

Also fixed the Tcl install script to install not just
the tcl/scripts library, but also the ../gui and ../lib
directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/Rappture/library.py

    r5 r6  
    364364                        if n.nodeName == type:
    365365                            pos = n
     366
    366367                    if pos:
    367368                        pos = pos.nextSibling
Note: See TracChangeset for help on using the changeset viewer.