Clean up some view, menu config etc.

This commit is contained in:
Lance Edgar 2022-03-05 10:51:22 -06:00
parent 359cc90a0a
commit 9bb0bca325
3 changed files with 9 additions and 47 deletions

View file

@ -43,9 +43,3 @@ class MesskitConfig(ConfigExtension):
config.setdefault('tailbone', 'menus', 'messkit.web.menus')
config.setdefault('rattail', 'model', 'messkit.db.model')
config.setdefault('rattail', 'settings', 'messkit.appsettings')
# # always try to append poser to path
# # TODO: location of poser dir should come from config/app/handler?
# poser = os.path.join(sys.prefix, 'app', 'poser')
# if poser not in sys.path and os.path.isdir(poser):
# sys.path.append(poser)