summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/util.py')
-rw-r--r--src/leap/bitmask/util.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/util.py b/src/leap/bitmask/util.py
index bd3d7442..76bc3a24 100644
--- a/src/leap/bitmask/util.py
+++ b/src/leap/bitmask/util.py
@@ -26,6 +26,7 @@ from twisted.logger import Logger
from leap.common.files import which
+# TODO move to bitmask.system?
STANDALONE = getattr(sys, 'frozen', False)
log = Logger()
@@ -45,6 +46,7 @@ def here(module=None):
return dirname(__file__)
+# TODO move to service?
def merge_status(children):
def key(service):
@@ -72,6 +74,7 @@ def merge_status(children):
return res
+# TODO move to mail
def get_gpg_bin_path():
"""
Return the path to gpg binary.