summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/bonafide/__init__.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-09-18 15:35:13 +0200
committerKali Kaneko <kali@leap.se>2017-09-20 19:06:28 +0200
commit0d0459ac31f40d90270de0a9da8e1eac0b57784d (patch)
tree2292077ece65c26fd303b5f05203767c4a587242 /src/leap/bitmask/bonafide/__init__.py
parent99d59d5942f691f65bdf7a387a62acbb972e5dee (diff)
[feat] check if there are newest configuration files
here we port the if-modified-since conditional mechanism, so that we only write the config if it is newer than whan we have. we also add a line with the status code to the logs, so that it's easier to debug. note that the 'configs.json' file is never returning 304. - Resolves: #8773
Diffstat (limited to 'src/leap/bitmask/bonafide/__init__.py')
-rw-r--r--src/leap/bitmask/bonafide/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/bonafide/__init__.py b/src/leap/bitmask/bonafide/__init__.py
index 9dfb19db..a007f8c5 100644
--- a/src/leap/bitmask/bonafide/__init__.py
+++ b/src/leap/bitmask/bonafide/__init__.py
@@ -3,7 +3,6 @@
# exersise the codebase.
import config
-import bootstrap
import session
import provider
import service