Files
@ 4517e212f09a
Branch filter:
Location: kallithea/requirements.txt
4517e212f09a
228 B
text/plain
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.