# # The Widget Construction Kit # $Id: __init__.py 2557 2005-10-16 20:37:26Z Fredrik $ # # wck redirector # # full version number (used by the setup framework) VERSION = "1.1b1/2005-10-15" # don't export date to Python users VERSION = VERSION.split("/")[0] from wckTkinter import * from Utils import *