summaryrefslogtreecommitdiff
path: root/src/leap/services/tx.py
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-08-07 18:24:37 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-08-08 14:00:07 -0300
commitb9eed0c824651a67dca3ea68c646c6361f40f288 (patch)
tree20cda27e122ee4e241d51a1ff70cc20e8cc41053 /src/leap/services/tx.py
parente2e6e15fb6546890d39e427b43023bbcc4ceb75f (diff)
Replace leap client texts with Bitmask.
Diffstat (limited to 'src/leap/services/tx.py')
-rw-r--r--src/leap/services/tx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/services/tx.py b/src/leap/services/tx.py
index ef08fcc6..7da1cb01 100644
--- a/src/leap/services/tx.py
+++ b/src/leap/services/tx.py
@@ -40,7 +40,7 @@ def leap_services():
register them.
"""
logger.debug('starting leap services')
- application = Application("LEAP Client Local Services")
+ application = Application("Bitmask Local Services")
#lc = LoopingCall(task)
#lc.start(5)
return application