From 886829026a56c87ecedded82ae26b182c969d553 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 12 Mar 2017 22:19:09 +0100 Subject: Added vim modelines. --- db.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db.py') diff --git a/db.py b/db.py index 7a74ecb..a2666a0 100644 --- a/db.py +++ b/db.py @@ -49,3 +49,5 @@ class Cache(Base): Base.metadata.create_all() Session = sessionmaker(bind = engine, autoflush = True, autocommit = False) + +# vim: noet ts=4 -- cgit v1.2.3