From 25a6564b42c8e73843b63ca57357a3573ac48c9c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 8 Sep 2014 00:30:40 +0200 Subject: [Lib] Update simplejson to v3.6.3 + one file wsgiserver + importing fixup --- pyload/plugins/crypter/SafelinkingNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/crypter/SafelinkingNet.py') diff --git a/pyload/plugins/crypter/SafelinkingNet.py b/pyload/plugins/crypter/SafelinkingNet.py index 62dcc6021..543fb32fb 100644 --- a/pyload/plugins/crypter/SafelinkingNet.py +++ b/pyload/plugins/crypter/SafelinkingNet.py @@ -4,7 +4,7 @@ import re from pycurl import FOLLOWLOCATION -from pyload.lib.BeautifulSoup import BeautifulSoup +from BeautifulSoup import BeautifulSoup from pyload.common.json_layer import json_loads from pyload.plugins.Crypter import Crypter -- cgit v1.2.3