[library-web] python-sqlite2 is no more



commit 2f66dcf7df68f2524a6b3fbd1bc81ef248c12f25
Author: Andrea Veri <averi redhat com>
Date:   Thu Feb 13 20:59:34 2020 +0100

    python-sqlite2 is no more

 web/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/web/api.py b/web/api.py
index 5be552e..18b3538 100644
--- a/web/api.py
+++ b/web/api.py
@@ -19,7 +19,7 @@
 import urllib
 import os
 import sys
-from pysqlite2 import dbapi2 as sqlite
+from sqlite3 import dbapi2 as sqlite
 sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'src'))
 
 from django.conf import settings


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]