Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: tools/chrome_proxy/webdriver/video.py

Issue 2823253002: Refactor decorators into thier own python class (Closed)
Patch Set: Forgot to add new decorators class Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/chrome_proxy/webdriver/video.py
diff --git a/tools/chrome_proxy/webdriver/video.py b/tools/chrome_proxy/webdriver/video.py
index 2d59f2b745f94b2cee91280a1b8e98139fb5935f..a78031407a6108800e29dbcc0ab63ccd8d082e85 100644
--- a/tools/chrome_proxy/webdriver/video.py
+++ b/tools/chrome_proxy/webdriver/video.py
@@ -7,7 +7,7 @@ import time
import common
from common import TestDriver
from common import IntegrationTest
-from common import NotAndroid
+from decorators import NotAndroid
class Video(IntegrationTest):
« tools/chrome_proxy/webdriver/quic.py ('K') | « tools/chrome_proxy/webdriver/smoke.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698