Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Here, have some code

Name: Anonymous 2006-12-14 12:14

I <3 Python, and I <3 XML.

    def __init__(self, xmlfile):
        if xmlfile == "":
            self.root = et.Element("filelist")
            self.root.attrib["version"] = "PLGEN_XMLHandler_0.1"
        else:
            tree = et.parse(xmlfile)
            self.root = tree.getroot()
        self.fileMatchList = []

Name: Anonymous 2006-12-14 14:23

>>1
lol self

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List