summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-12 09:08:33 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-12 09:08:33 -0400
commitaf02b7f106f581bd4e01a3326ccf5644ae96d1d4 (patch)
tree4e3b463f242d0f4c7865d6a6f720901c16f64fe8 /src/lib/Bcfg2/Options
parent6b491a845be10b27a5b7a71d0e54437f6a16daae (diff)
downloadbcfg2-af02b7f106f581bd4e01a3326ccf5644ae96d1d4.tar.gz
bcfg2-af02b7f106f581bd4e01a3326ccf5644ae96d1d4.tar.bz2
bcfg2-af02b7f106f581bd4e01a3326ccf5644ae96d1d4.zip
testsuite: fixed unit tests
Diffstat (limited to 'src/lib/Bcfg2/Options')
-rw-r--r--src/lib/Bcfg2/Options/Common.py6
1 files changed, 3 insertions, 3 deletions
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')