mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-19 18:29:37 +01:00
- merge pywb.urlrewrite -> pywb.rewrite, remove obsolete stuff (rewrite_content.py, rewrite_live.py, dsrules.py) - move wbrequestresponse -> pywb.apps - move pywb.webapp.handlers -> pywb.apps.static_handler - remove pywb.webapp, pywb.framework packages - disable old header_rewriter, content_rewriter tests - finish renaming from previous warcserver refactor - all other tests passing!
7 lines
126 B
Python
7 lines
126 B
Python
from gevent.monkey import patch_all; patch_all()
|
|
from pywb.apps.frontendapp import FrontEndApp
|
|
|
|
application = FrontEndApp()
|
|
|
|
|