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

Unified Diff: sitescripts/reports/__init__.py

Issue 29993614: Issue 2267 - Unify form handling by reusing form_handler() (Closed) Base URL: https://hg.adblockplus.org/sitescripts/
Patch Set: Get the tests (clumsily) working Created Feb. 2, 2019, 5:39 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
Index: sitescripts/reports/__init__.py
===================================================================
--- a/sitescripts/reports/__init__.py
+++ b/sitescripts/reports/__init__.py
@@ -0,0 +1,2 @@
+import pymysql
Vasily Kuznetsov 2019/02/04 17:48:50 If we only use pymysql instead of MySQLdb for test
+pymysql.install_as_MySQLdb()
« no previous file with comments | « no previous file | sitescripts/reports/tests/test_updateReport.py » ('j') | sitescripts/reports/web/updateReport.py » ('J')

Powered by Google App Engine
This is Rietveld