diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-11 07:44:14 -0700 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-18 16:10:28 -0400 |
commit | 748dea614050dca9d1baf8e6b36900109066b2bb (patch) | |
tree | 0302776a74994174c9f0c1b14accab9c0740891b /src/leap/bitmask/_components.py | |
parent | 6843558ee9effe466b563fc5c3f380774a54d222 (diff) |
[pkg] packaging hacks + update osx bundling notes
Diffstat (limited to 'src/leap/bitmask/_components.py')
-rw-r--r-- | src/leap/bitmask/_components.py | 2 |
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 |