From bd4fc909be410548283cb5d6f0d8a7eeaccc4405 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Thu, 2 Apr 2015 17:12:29 +0200 Subject: Removed unused certs_home code. --- service/pixelated/bitmask_libraries/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'service/pixelated/bitmask_libraries/config.py') diff --git a/service/pixelated/bitmask_libraries/config.py b/service/pixelated/bitmask_libraries/config.py index 56f28706..8c862d0a 100644 --- a/service/pixelated/bitmask_libraries/config.py +++ b/service/pixelated/bitmask_libraries/config.py @@ -45,7 +45,7 @@ class LeapConfig(object): def __init__(self, leap_home=DEFAULT_LEAP_HOME, bootstrap_ca_cert_bundle=AUTO_DETECT_CA_BUNDLE, ca_cert_bundle=AUTO_DETECT_CA_BUNDLE, verify_ssl=True, fetch_interval_in_s=30, - timeout_in_s=15, start_background_jobs=False, gpg_binary=discover_gpg_binary(), certs_home=None): + timeout_in_s=15, start_background_jobs=False, gpg_binary=discover_gpg_binary()): """ Constructor. @@ -75,7 +75,6 @@ class LeapConfig(object): """ self.leap_home = leap_home - self.certs_home = certs_home self.bootstrap_ca_cert_bundle = bootstrap_ca_cert_bundle self.ca_cert_bundle = ca_cert_bundle self.verify_ssl = verify_ssl -- cgit v1.2.3