예제 #1
0
파일: app.py 프로젝트: dachenlian/kontext
 def cleanup_runtime_modules():
     """
     Makes app to forget previously faked modules which
     ensures proper plugins initialization if not starting from scratch.
     """
     plugins.flush_plugins()
예제 #2
0
파일: app.py 프로젝트: tomachalek/kontext
 def cleanup_runtime_modules():
     """
     Makes app to forget previously faked modules which
     ensures proper plugins initialization if not starting from scratch.
     """
     plugins.flush_plugins()