Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / wpr_server.py
index d0ebb84..fb52e4c 100644 (file)
@@ -3,14 +3,10 @@
 # found in the LICENSE file.
 
 from telemetry.core import forwarders
-from telemetry.core import util
-
 
 # TODO(tonyg): Move webpagereplay.py's guts into this class and
 # make ReplayServer subclass LocalServer.
-util.AddDirToPythonPath(
-    util.GetChromiumSrcDir(), 'chrome', 'test', 'functional')
-import webpagereplay  # pylint: disable=F0401
+from telemetry.core import webpagereplay
 
 
 def GetChromeFlags(replay_host, port_pairs):