fix indentation error in dependency file

This commit is contained in:
Mahendra 2018-03-22 15:24:07 +05:30
parent 5721ca53fd
commit 9fa6f8e2b5
No known key found for this signature in database
GPG Key ID: A672D8FAAEE398B3

View File

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