Remove some generic exceptions

This commit is contained in:
Odd Stråbø 2020-07-31 23:45:54 +02:00
commit 803081f65a
12 changed files with 43 additions and 33 deletions

View file

@ -10,8 +10,7 @@ from six import string_types, ensure_str
from helper.utils import JsonDebugPrinter
from helper import LazyLogger
from .exceptions import HTTPException
from helper.exceptions import HTTPException
#################################################################################################