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:
parent
a3c5a7932a
commit
f2cf90d1e1
2 changed files with 2 additions and 2 deletions
2
runtest
2
runtest
|
|
@ -46,4 +46,4 @@
|
|||
# https://docs.python.org/3.4/library/unittest.html
|
||||
#
|
||||
|
||||
python -W ignore -m unittest $@
|
||||
python3 -W ignore -m unittest $@
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ plugins = ['dummy', 'dummy_auth']
|
|||
|
||||
datasource = {
|
||||
'default': {
|
||||
'module':pymysql,
|
||||
'module':None,
|
||||
'host': None,
|
||||
'user': None,
|
||||
'passwd': None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue