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

Unified Diff: tools/chrome_proxy/webdriver/data_use.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/data_use.py
diff --git a/tools/chrome_proxy/webdriver/data_use.py b/tools/chrome_proxy/webdriver/data_use.py
index b91c760e8f4a0e74a48a7f88fbc8930e783a15d4..7426c2b63461f5edb90f2c46478c9762cfaa3b87 100644
--- a/tools/chrome_proxy/webdriver/data_use.py
+++ b/tools/chrome_proxy/webdriver/data_use.py
@@ -7,7 +7,7 @@ import os
import common
from common import TestDriver
from common import IntegrationTest
-from common import NotAndroid
+from decorators import NotAndroid
class DataUseAscription(IntegrationTest):

Powered by Google App Engine
This is Rietveld 408576698