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

Unified Diff: updateRules.py

Issue 8554013: Renamed necessary components for ABP integration (Closed)
Patch Set: Created Oct. 10, 2012, 1:59 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 | « lib/typoRules.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: updateRules.py
===================================================================
--- a/updateRules.py
+++ b/updateRules.py
@@ -335,7 +335,7 @@
getSuffixes(rules['domain'], domains)
def writeRules(rules):
- path = os.path.join('defaults', 'rules.json')
+ path = os.path.join('defaults', 'typoRules.json')
file = codecs.open(path, 'rb', encoding='utf-8')
data = file.read()
file.close()
« no previous file with comments | « lib/typoRules.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld