From af02b7f106f581bd4e01a3326ccf5644ae96d1d4 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 12 Aug 2013 09:08:33 -0400 Subject: testsuite: fixed unit tests --- src/lib/Bcfg2/Options/Common.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/Bcfg2/Options/Common.py') diff --git a/src/lib/Bcfg2/Options/Common.py b/src/lib/Bcfg2/Options/Common.py index a00bb241c..eb4af5bb6 100644 --- a/src/lib/Bcfg2/Options/Common.py +++ b/src/lib/Bcfg2/Options/Common.py @@ -130,6 +130,6 @@ class Common(object): #: Client timeout client_timeout = Option( - "-t", "--timeout", type=float, default=90.0, dest="client_timeout", - cf=('communication', 'timeout'), - help='Set the client XML-RPC timeout') + "-t", "--timeout", type=float, default=90.0, dest="client_timeout", + cf=('communication', 'timeout'), + help='Set the client XML-RPC timeout') -- cgit v1.2.3-1-g7c22