Merge branch '1180' into upstream-v0.6

This commit is contained in:
Peter Šurda 2018-03-22 11:08:51 +01:00
commit cbb228db8b
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 2 additions and 1 deletions

View File

@ -50,8 +50,9 @@ def check_hashlib():
return False return False
return True return True
def check_sqlite(): def check_sqlite():
"""Do sqlite check. """Do sqlite check.
Simply check sqlite3 module if exist or not with hexversion Simply check sqlite3 module if exist or not with hexversion
support in python version for specifieed platform. support in python version for specifieed platform.