Reformat and define exports in cmdlib/__init__.py
authorThomas Thrainer <thomasth@google.com>
Thu, 16 May 2013 07:12:59 +0000 (09:12 +0200)
committerThomas Thrainer <thomasth@google.com>
Fri, 17 May 2013 09:32:07 +0000 (11:32 +0200)
commit8701dfb00abbdd4c11a2348a7445d079226d9141
treebee1a50ccc64458f1c71891a8ef8e54a94b3ce5f
parent814386b7e122105e6ab54d60bd7ff58b6a616a62
Reformat and define exports in cmdlib/__init__.py

cmdlib/__init__.py now simply defines the interface of the cmdlib module
by importing all classes which should be visible to clients.

Also don't ignore C0302 (Too many lines in module) any more.

Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Bernardo Dal Seno <bdalseno@google.com>
lib/cmdlib/__init__.py