diff options
author | Kali Kaneko <kali@leap.se> | 2015-08-21 13:37:25 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-08-24 17:16:35 -0400 |
commit | eb5184845818d9440423251450c6bdcc44e5156d (patch) | |
tree | 0a9dcf915f53d6dc726c2f03d2082913345e124d /src/leap/bitmask/_components.py | |
parent | 9a21cc06cfc4024c881b4ba59c10c69e7de90fe9 (diff) |
[feat] allow to disable EIP on build
Diffstat (limited to 'src/leap/bitmask/_components.py')
-rw-r--r-- | src/leap/bitmask/_components.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/leap/bitmask/_components.py b/src/leap/bitmask/_components.py new file mode 100644 index 00000000..9be0e6bc --- /dev/null +++ b/src/leap/bitmask/_components.py @@ -0,0 +1,6 @@ +""" +Enabled Modules in Bitmask. +Change these values for builds of the client with only one module enabled. +""" +HAS_EIP = True +HAS_MAIL = True |