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

Unified Diff: sitescripts/reports/bin/processReports.py

Issue 4805960266678272: Issue 1244 - Remove unused modules from sitescripts.reports imports (Closed)
Patch Set: Created Aug. 14, 2014, 2:44 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 | « sitescripts/reports/bin/parseNewReports.py ('k') | sitescripts/reports/bin/updateDigests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/reports/bin/processReports.py
===================================================================
--- a/sitescripts/reports/bin/processReports.py
+++ b/sitescripts/reports/bin/processReports.py
@@ -15,8 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-import MySQLdb, hashlib, sys, os, re
-from time import time
+import MySQLdb
from email.utils import parseaddr
from sitescripts.utils import get_config, get_template, setupStderr
from sitescripts.reports.utils import getReport, saveReport, get_db, executeQuery
« no previous file with comments | « sitescripts/reports/bin/parseNewReports.py ('k') | sitescripts/reports/bin/updateDigests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld