Index: chrome/test/chromedriver/archive.py |
diff --git a/chrome/test/chromedriver/archive.py b/chrome/test/chromedriver/archive.py |
index 5835a80c2e9efa689d0f935ddba5ebf0cb204d45..35a25cc698549aa70e929f56ea83771b131272d2 100644 |
--- a/chrome/test/chromedriver/archive.py |
+++ b/chrome/test/chromedriver/archive.py |
@@ -6,13 +6,9 @@ |
import os |
import platform |
-import sys |
import urllib |
-_THIS_DIR = os.path.abspath(os.path.dirname(__file__)) |
-sys.path.insert(0, os.path.join(_THIS_DIR, os.pardir, 'pylib')) |
- |
-from common import util |
+import util |
CHROME_27_REVISION = '190466' |
CHROME_28_REVISION = '198276' |