Package command_system :: Package implementation :: Module middleware
[hide private]
[frames] | no frames]

Module middleware

source code

Provides a glue to tie command system framework and the actual code where it would be dropped in. Defines a little bit of scaffolding to support interaction between the two and a few utility methods so you don't need to dig up the code itself to write basic commands.
Classes [hide private]
  ChatCommandProcessor
A basic scaffolding to provide convenient interaction between the command system and chat controls. It will be merged directly into the controls, by ChatCommandProcessor being among superclasses of the controls.
  CommandTools
Contains a set of basic tools and shortcuts you can use in your commands to perform some simple operations. These will be merged directly into the controls, by CommandTools being among superclasses of the controls.
Variables [hide private]
  __package__ = 'command_system.implementation'

Imports: StringTypes, print_exc, FontDescription, gajim, CommandProcessor, CommandError, NoCommandError, gconf


Variables Details [hide private]

__package__

Value:
'command_system.implementation'