ssconf: Move class-level constants to module
authorMichael Hanselmann <hansmi@google.com>
Tue, 27 Nov 2012 11:44:03 +0000 (12:44 +0100)
committerMichael Hanselmann <hansmi@google.com>
Wed, 28 Nov 2012 07:45:54 +0000 (08:45 +0100)
commitfb4869694726715bf8dab399ceca8e3c7497bcda
tree9159a5357f769d95f37716cc5f34c634af72e7b8
parentf35111c00a4aedbc6edce8b7e593e4515e6d7b2c
ssconf: Move class-level constants to module

There is no good reason why these two constants should be inside the
class. This patch moves them to the module so they can be used without
“self”.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/ssconf.py