opnsense-ports/security/pwman3/files/patch-pwman-data-drivers_sqlite.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
363 B
Python

--- pwman/data/drivers/sqlite.py.orig 2007-02-04 21:44:43.000000000 +0300
+++ pwman/data/drivers/sqlite.py 2011-08-29 21:02:34.000000000 +0400
@@ -22,7 +22,7 @@
from pwman.data.nodes import Node
from pwman.data.tags import Tag
-from pysqlite2 import dbapi2 as sqlite
+from sqlite3 import dbapi2 as sqlite
import pwman.util.config as config
import cPickle