From 6e8b40a2496bd5c0f531804a210cf6b5ba072ed1 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 27 Sep 2008 02:20:53 +0000 Subject: Pylint formatting fixes for client tool drivers git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4923 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Tools/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/Client/Tools/__init__.py') diff --git a/src/lib/Client/Tools/__init__.py b/src/lib/Client/Tools/__init__.py index bc0c8ec5c..dfe7abf38 100644 --- a/src/lib/Client/Tools/__init__.py +++ b/src/lib/Client/Tools/__init__.py @@ -63,7 +63,9 @@ class executor: return (cmdstat, output) class Tool: - '''All tools subclass this. It defines all interfaces that need to be defined''' + ''' + All tools subclass this. It defines all interfaces that need to be defined + ''' __name__ = 'Tool' __execs__ = [] __handles__ = [] -- cgit v1.2.3-1-g7c22