From 0ed08eba908d3b0ca8fcc282c387c03f95250147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 16 Mar 2010 02:55:26 +0100 Subject: Rewrote the database initialization to be a class instead of a function --- portato/db/database.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'portato/db/database.py') diff --git a/portato/db/database.py b/portato/db/database.py index 6e92d79..c679d06 100644 --- a/portato/db/database.py +++ b/portato/db/database.py @@ -16,6 +16,8 @@ from threading import RLock from functools import wraps from ..helper import warning +from .exceptions import UnsupportedSearchTypeError + class UnsupportedSearchTypeError(Exception): pass -- cgit v1.2.3