From 2dfae135cc1ecc94b9adde99168deaf1c1de6f3a Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 3 Jun 2015 11:59:40 -0300 Subject: Fixed tests after app changes --- service/pixelated/config/leap_cert.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 service/pixelated/config/leap_cert.py (limited to 'service/pixelated/config/leap_cert.py') diff --git a/service/pixelated/config/leap_cert.py b/service/pixelated/config/leap_cert.py deleted file mode 100644 index 20251d7c..00000000 --- a/service/pixelated/config/leap_cert.py +++ /dev/null @@ -1,26 +0,0 @@ -# -# Copyright (c) 2014 ThoughtWorks, Inc. -# -# Pixelated is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Pixelated is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with Pixelated. If not, see . - -import pixelated.bitmask_libraries.certs as certs - - -def init_leap_cert(leap_provider_cert, leap_provider_cert_fingerprint): - if leap_provider_cert_fingerprint is None: - certs.LEAP_CERT = leap_provider_cert or True - certs.LEAP_FINGERPRINT = None - else: - certs.LEAP_FINGERPRINT = leap_provider_cert_fingerprint - certs.LEAP_CERT = False -- cgit v1.2.3