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

Unified Diff: tools/chrome_proxy/webdriver/safebrowsing.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/safebrowsing.py
diff --git a/tools/chrome_proxy/webdriver/safebrowsing.py b/tools/chrome_proxy/webdriver/safebrowsing.py
index cdfe2ec055b98801ded6574b14d8fbc9f7400f34..1560bb080ee4b584bb2567a22798de7cc4fbded3 100644
--- a/tools/chrome_proxy/webdriver/safebrowsing.py
+++ b/tools/chrome_proxy/webdriver/safebrowsing.py
@@ -5,8 +5,8 @@
import common
from common import TestDriver
from common import IntegrationTest
-from common import AndroidOnly
-from common import NotAndroid
+from decorators import AndroidOnly
+from decorators import NotAndroid
class SafeBrowsing(IntegrationTest):

Powered by Google App Engine
This is Rietveld 408576698