| 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() |