Convert to static methods (where appropriate)
authorIustin Pop <iustin@google.com>
Tue, 29 Dec 2009 15:04:31 +0000 (16:04 +0100)
committerIustin Pop <iustin@google.com>
Mon, 4 Jan 2010 09:16:10 +0000 (10:16 +0100)
commit7e950d31c115e719d301f0fed9ede2977be0341a
tree08235b47e23aa16017563e909b5afcbc4629c329
parentf4ad2ef0db3eeeffd60598d855523ba357f5f5c7
Convert to static methods (where appropriate)

Many methods are simple pure functions, and not depending on the object
state. We convert these to staticmethods.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
lib/backend.py
lib/cmdlib.py
lib/http/__init__.py
lib/jqueue.py
lib/rapi/connector.py
lib/rapi/rlib2.py
tools/burnin
tools/cfgshell