summaryrefslogtreecommitdiff
path: root/src/leap/services/tx.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-08 15:42:51 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-08 15:42:51 -0300
commita6b994f9c201428097676fe914b55d50dfb07db7 (patch)
tree91486ca52fb4e77687cb724bfea4a65263b67830 /src/leap/services/tx.py
parente2e6e15fb6546890d39e427b43023bbcc4ceb75f (diff)
parent1f03efa202e4b604b9fb50d0742dc756691e9803 (diff)
Merge remote-tracking branch 'ivan/feature/3313_rebrand-leap-client-to-bitmask' into develop
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