From 7ab8e4469583d5519bd4c08e79157fc59589b49a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 3 Sep 2016 12:29:53 -0400 Subject: [PATCH] Always use map from the future --- wolframalpha/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolframalpha/__init__.py b/wolframalpha/__init__.py index d715750..3b161e1 100644 --- a/wolframalpha/__init__.py +++ b/wolframalpha/__init__.py @@ -1,6 +1,6 @@ import itertools -from six.moves import urllib +from six.moves import urllib, map import xmltodict