Browse Source

Remove get_session

pull/3004/head
Ruud 11 years ago
parent
commit
b4a3ac8081
  1. 4
      couchpotato/__init__.py

4
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')

Loading…
Cancel
Save