fix jsunpacker imports

This commit is contained in:
Maximilian Hils 2014-09-09 01:07:39 +02:00
parent ef704fd11f
commit 578e9f800c
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ try:
except ImportError:
from urllib.parse import unquote
from jsbeautifier.unpackers import UnpackingError
from . import UnpackingError
PRIORITY = 1

View File

@ -14,7 +14,7 @@
import re
import string
from jsbeautifier.unpackers import UnpackingError
from . import UnpackingError
PRIORITY = 1