changeset 8144:fa421677f97d

config: drop pylonslib hack - pylonslib was dropped in 0e42ac1a358b
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 25 Jan 2020 19:45:03 +0100
parents 42ef4ea26efa
children e488be112e5e
files kallithea/config/app_cfg.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/config/app_cfg.py	Sat Jan 25 16:42:40 2020 +0100
+++ b/kallithea/config/app_cfg.py	Sat Jan 25 19:45:03 2020 +0100
@@ -106,9 +106,6 @@
 
 base_config = KallitheaAppConfig()
 
-# TODO still needed as long as we use pylonslib
-sys.modules['pylons'] = tg
-
 # DebugBar, a debug toolbar for TurboGears2.
 # (https://github.com/TurboGears/tgext.debugbar)
 # To enable it, install 'tgext.debugbar' and 'kajiki', and run Kallithea with