From 8d48164734bef5656566d75b8d37833cd46072b5 Mon Sep 17 00:00:00 2001 From: Mahendra Date: Thu, 22 Mar 2018 15:27:37 +0530 Subject: [PATCH] fix indentation error in dependency file --- src/depends.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/depends.py b/src/depends.py index acd2580b..4c79322a 100755 --- a/src/depends.py +++ b/src/depends.py @@ -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.