1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

remove reference to deleted file wbexceptions.py

This commit is contained in:
Ilya Kreymer 2014-03-14 11:22:50 -07:00
parent cb244a8c25
commit bfffac45b0
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import time
from pywb.utils.wbexception import NotFoundException
from pywb.framework.basehandlers import BaseHandler, WbUrlHandler
from pywb.framework.wbrequestresponse import WbResponse
from pywb.framework.wbexceptions import WbException
from views import TextCapturesView

View File

@ -1,7 +1,6 @@
from pywb.utils.wbexception import WbException, NotFoundException
from pywb.utils.loaders import load_yaml_config
#from wbexceptions import InternalRedirect
from wbrequestresponse import WbResponse, StatusAndHeaders