buzz.py.opml

Last Modified - Wed, 20 Mar 2002 13:16:44

Expand All
Collapse All
# Buzz
# 05/04/01 by Charles Nofsinger
# This code is governed by the Gnu Public License
# and is provided without any warranty of any kind
# by using this code you accept full responsibility for any damage
# of any kind
import string,sys,os,re
from time import localtime,strftime
from wxPython.wx import *
from xml.sax import make_parser,handler
OUTPUT_ENCODING = 'ISO-8859-1'
+ class ErrorHandler:
+ class GetElements(handler.ContentHandler):
+ class ElementWrapper:
+ class XMLTreeCtrl(wxTreeCtrl):
+ class SchemaCtrl:
+ class wxXML(wxFrame):
+ class FreeText(wxFrame):
+ class mySingleChoice(wxFrame):
+ class buzz(wxApp):
app = buzz(0)
app.MainLoop()