1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-13 17:39:16 +01:00

correction import pymysql

This commit is contained in:
prieto 2016-04-07 10:16:29 +02:00
commit f2cf90d1e1
2 changed files with 2 additions and 2 deletions

View file

@ -46,4 +46,4 @@
# https://docs.python.org/3.4/library/unittest.html
#
python -W ignore -m unittest $@
python3 -W ignore -m unittest $@

View file

@ -13,7 +13,7 @@ plugins = ['dummy', 'dummy_auth']
datasource = {
'default': {
'module':pymysql,
'module':None,
'host': None,
'user': None,
'passwd': None,