Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/client/implementations.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/client/implementations.py')
-rw-r--r--sugar_network/client/implementations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/client/implementations.py b/sugar_network/client/implementations.py
index 4a7ba3e..4413c42 100644
--- a/sugar_network/client/implementations.py
+++ b/sugar_network/client/implementations.py
@@ -220,7 +220,7 @@ class Routes(object):
request.session['stability'], request.session['solution'])
def _cache_solution_path(self, guid):
- return client.path('cache', 'solutions', guid[:2], guid)
+ return client.path('solutions', guid[:2], guid)
def _cache_solution_get(self, guid, stability):
path = self._cache_solution_path(guid)