Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / run_dev_server.py
index 19dd5c7..ff44d0c 100755 (executable)
@@ -26,6 +26,7 @@ def do_GET_json_examples(request):
   request.wfile.write(files_as_json)
 
 def do_GET_json_examples_skp(request):
+  skp_data_path = os.path.abspath(os.path.join(os.path.dirname(__file__), 'skp_data'))
   data_files = []
   for dirpath, dirnames, filenames in os.walk(skp_data_path):
     for f in filenames: