Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / server2 / intro_data_source.py
index 9e8b14b..4b50a30 100644 (file)
@@ -42,7 +42,7 @@ class IntroDataSource(DataSource):
   def get(self, key):
     path = FormatKey(key)
     def get_from_base_path(base_path):
-      return self._cache.GetFromFile('%s/%s' % (base_path, path)).Get()
+      return self._cache.GetFromFile(base_path + path).Get()
     base_paths = (INTROS_TEMPLATES, ARTICLES_TEMPLATES)
     for base_path in base_paths:
       try: