Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/__init__.py

Issue 29345242: Noissue - Adapt quotes for compliance with our coding style in sitescripts (Closed)
Patch Set: Created May 29, 2016, 1:26 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « multiplexer.py ('k') | sitescripts/content_blocker_lists/bin/generate_lists.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/__init__.py
===================================================================
--- a/sitescripts/__init__.py
+++ b/sitescripts/__init__.py
@@ -20,4 +20,4 @@
import sys
if sys.stderr.isatty():
import warnings
- warnings.simplefilter("default")
+ warnings.simplefilter('default')
« no previous file with comments | « multiplexer.py ('k') | sitescripts/content_blocker_lists/bin/generate_lists.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld