Config.tar.gz contains two modules, Config.py and ConfigEditor.py. This is still somewhat experimental code. Config.py: This module defines the Config class, which stores application configuration variables. You define the list of configuration variables when you create an instance of Config. You use the configuration variables by indexing the instance of Config with the textual name of the configuration variable. Allows reading, writing, and re-writing configuration files. ConfigEditor.py: This module defines the ConfigEditor class, which lets users edit variables stored in instances of Config (see Config.py), using a GUI interface (using Tkinter). This module requires the Shells module, from UITools by Mitch Chapman. Lars Wirzenius (March 8, 1997.)