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

Unified Diff: sitescripts/reports/web/showDigest.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/updateDigests.py ('k') | sitescripts/reports/web/submitReport.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/reports/web/showDigest.py
===================================================================
--- a/sitescripts/reports/web/showDigest.py
+++ b/sitescripts/reports/web/showDigest.py
@@ -15,7 +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 re, os, sys, hashlib, Cookie
+import re, os, Cookie
from datetime import date, timedelta, datetime
from urlparse import parse_qs
from sitescripts.reports.utils import getDigestSecret, getDigestSecret_compat
« no previous file with comments | « sitescripts/reports/bin/updateDigests.py ('k') | sitescripts/reports/web/submitReport.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld