[library-web] python-sqlite2 is no more
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] python-sqlite2 is no more
- Date: Thu, 13 Feb 2020 19:59:50 +0000 (UTC)
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]