# HG changeset patch # User Mads Kiilerich # Date 1579977903 -3600 # Node ID fa421677f97d62fe4840e00d449aeac8277babf5 # Parent 42ef4ea26efa7bc990d9bbce7d9597d53d82afd0 config: drop pylonslib hack - pylonslib was dropped in 0e42ac1a358b diff -r 42ef4ea26efa -r fa421677f97d kallithea/config/app_cfg.py --- 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