From 2148929f3f4157a4bfda318c670290b4391a2739 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 25 Feb 2017 18:27:07 +0100 Subject: Use Peewee instead of SQLAlchemy --- archivist/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'archivist/__init__.py') diff --git a/archivist/__init__.py b/archivist/__init__.py index 517b168..e69de29 100644 --- a/archivist/__init__.py +++ b/archivist/__init__.py @@ -1,3 +0,0 @@ -from sqlalchemy.orm import sessionmaker, scoped_session - -Session = scoped_session(sessionmaker()) -- cgit v1.2.3-54-g00ecf