Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/client/injector.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/client/injector.py')
-rw-r--r--sugar_network/client/injector.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar_network/client/injector.py b/sugar_network/client/injector.py
index b7bfd83..cdcdc5e 100644
--- a/sugar_network/client/injector.py
+++ b/sugar_network/client/injector.py
@@ -149,7 +149,7 @@ def _clone(context):
def _clone_impl(context_guid, params):
- conn = client.IPCClient()
+ conn = client.IPCConnection()
context = conn.get(['context', context_guid], reply=['title'])
impl = conn.meta(['context', context_guid], cmd='clone', **params)
@@ -183,7 +183,7 @@ def _solve(context):
pipe.trace('Reuse cached solution')
return solution
- conn = client.IPCClient()
+ conn = client.IPCConnection()
if solution is not None and conn.get(cmd='status')['route'] == 'offline':
pipe.trace('Reuse stale cached solution in offline mode')
return solution