From b4a3ac8081b97177a7d72e7514f9f260dc7daf9b Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 21 Mar 2014 16:20:25 +0100 Subject: [PATCH] Remove get_session --- couchpotato/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/couchpotato/__init__.py b/couchpotato/__init__.py index ce034db..1946963 100644 --- a/couchpotato/__init__.py +++ b/couchpotato/__init__.py @@ -48,10 +48,6 @@ def addView(route, func, static = False): views[route] = func -def get_session(): - return None - - def get_db(): return Env.get('db')