Files
@ 4517e212f09a
Branch filter:
Location: kallithea/scripts/logformat.py
4517e212f09a
1.7 KiB
text/x-python
controllers: rename __before__ to _before in preparation of TurboGears2
__before__ in Pylons is called _before in TurboGears2. We can prepare this
rename already in Pylons-based Kallithea, so that the real TG2 migration
commit just changes the BaseController.
Since TurboGears2 _before can pass extra arguments, we add *args and
**kwargs parameters as well.
__before__ in Pylons is called _before in TurboGears2. We can prepare this
rename already in Pylons-based Kallithea, so that the real TG2 migration
commit just changes the BaseController.
Since TurboGears2 _before can pass extra arguments, we add *args and
**kwargs parameters as well.