Changelog for kss.base (name of developer listed in brackets) kss.base - 0.4dev Unreleased - changed the concept of command sets from classes to modules. This means you now need to import the helpers directly. For the core this would mean doing something like this:: from kss.base import core, KSSCommands commands = KSSCommands() core.replaceInnerHTML(commands, '#some-node', 'some value') - renamed `load_plugins`, `unload_plugins`, and `activated_plugins` to respectively `activate`, `deactivate`, and `active_plugins` [gotcha] kss.base - 0.3 Released 2008-02-12