folder: LocalStatusSQLite: remove unused import

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-01-16 00:00:07 +01:00
parent 285295c4f2
commit 2af3d93a85
1 changed files with 2 additions and 2 deletions

View File

@ -15,15 +15,15 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import os
import re
from sys import exc_info
from threading import Lock
from .Base import BaseFolder
try:
import sqlite3 as sqlite
except:
pass #fail only if needed later on, not on import
from .Base import BaseFolder
class LocalStatusSQLiteFolder(BaseFolder):
"""LocalStatus backend implemented with an SQLite database