import urlparse from django.six

This commit is contained in:
Frédéric Péters 2020-04-07 11:09:46 +02:00
parent 795635bb51
commit 91c57bd9ca
1 changed files with 1 additions and 1 deletions

View File

@ -14,11 +14,11 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import urlparse
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from django import template from django import template
from django.conf import settings from django.conf import settings
from django.utils.six.moves.urllib import parse as urlparse
register = template.Library() register = template.Library()