diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-20 17:23:44 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-20 17:23:44 -0400 |
commit | 04e19184499dfa6a9ca49dc8324175cfe29e65b8 (patch) | |
tree | 76a33f5e083a1b161a774a7aef9f09118956fdb4 | |
parent | 3c9f936d95cfaebef26e84332367beff30701612 (diff) |
[bug] add missing import
-rw-r--r-- | src/leap/bitmask/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/util.py b/src/leap/bitmask/util.py index 6da8571..272334b 100644 --- a/src/leap/bitmask/util.py +++ b/src/leap/bitmask/util.py @@ -22,6 +22,7 @@ import platform import sys from twisted.python import log +from twisted.python.procutils import which STANDALONE = getattr(sys, 'frozen', False) |