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 |