projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
little things
[zzz-floof.git]
/
floof
/
lib
/
base.py
diff --git
a/floof/lib/base.py
b/floof/lib/base.py
index
cb7c746
..
d05c24d
100644
(file)
--- a/
floof/lib/base.py
+++ b/
floof/lib/base.py
@@
-13,7
+13,7
@@
from floof.model.users import User
class BaseController(WSGIController):
# NOTE: This could have been implemented as a middleware =]
- def __before__(self
, action, **params
):
+ def __before__(self):
# Fetch current user object
try:
c.user = User.query.get(session['user_id'])