Yet another fix for compatibility with Python 2.5

This commit is contained in:
Laurent Bachelier 2012-03-27 03:55:47 +02:00
commit f489f51f62
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,8 @@
import urllib
import json
from weboob.tools.json import json
from weboob.tools.browser import BaseBrowser
from weboob.capabilities.housing import Query

View file

@ -18,7 +18,7 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
import json
from weboob.tools.json import json
from weboob.tools.browser import BaseBrowser
from weboob.capabilities.housing import Query