Changeset - fa421677f97d
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2020-01-25 19:45:03
mads@kiilerich.com
Grafted from: 4b6471fb4e0f
config: drop pylonslib hack - pylonslib was dropped in 0e42ac1a358b
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/config/app_cfg.py
Show inline comments
 
@@ -103,15 +103,12 @@ class KallitheaAppConfig(AppConfig):
 
        if not self.get('i18n.lang'):
 
            self['i18n.lang'] = 'en'
 

	
 

	
 
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
 
# 'debug = true' (not in production!)
 
# See the Kallithea documentation for more information.
 
try:
0 comments (0 inline, 0 general)