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

Unified Diff: sitescripts/urlfixer/bin/topDomains.py

Issue 29345343: Noissue - Fixed misplaced module docstrings (Closed)
Patch Set: Created May 30, 2016, 11:01 a.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 | « sitescripts/urlfixer/bin/forceDomains.py ('k') | tox.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/urlfixer/bin/topDomains.py
===================================================================
--- a/sitescripts/urlfixer/bin/topDomains.py
+++ b/sitescripts/urlfixer/bin/topDomains.py
@@ -13,6 +13,11 @@
# You should have received a copy of the GNU General Public License
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
+"""
+This script produces the list of top correct domain names currently in the
+database.
+"""
+
import sys
import os
import re
@@ -20,11 +25,6 @@
import MySQLdb
from sitescripts.utils import get_config, setupStderr
-'''
-This script produces the list of top correct domain names currently in the
-database.
-'''
-
STATUS_TYPED = 1
STATUS_TYPO = 2
STATUS_CORRECTION = 3
« no previous file with comments | « sitescripts/urlfixer/bin/forceDomains.py ('k') | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld