fix indentation error in dependency file

This commit is contained in:
Mahendra 2018-03-22 15:27:37 +05:30
parent ee7b591c6c
commit 8d48164734
No known key found for this signature in database
GPG Key ID: A672D8FAAEE398B3
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.