summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/_components.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-09-11 07:44:14 -0700
committerKali Kaneko <kali@leap.se>2016-04-18 16:10:28 -0400
commit748dea614050dca9d1baf8e6b36900109066b2bb (patch)
tree0302776a74994174c9f0c1b14accab9c0740891b /src/leap/bitmask/_components.py
parent6843558ee9effe466b563fc5c3f380774a54d222 (diff)
[pkg] packaging hacks + update osx bundling notes
Diffstat (limited to 'src/leap/bitmask/_components.py')
-rw-r--r--src/leap/bitmask/_components.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/_components.py b/src/leap/bitmask/_components.py
index 9be0e6bc..9d6f3f59 100644
--- a/src/leap/bitmask/_components.py
+++ b/src/leap/bitmask/_components.py
@@ -2,5 +2,5 @@
Enabled Modules in Bitmask.
Change these values for builds of the client with only one module enabled.
"""
-HAS_EIP = True
+HAS_EIP = False
HAS_MAIL = True