From 798228fce5acefbf9c2a2e9901d0f355252375e6 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Wed, 28 Feb 2018 12:57:46 +0530 Subject: [PATCH] [min] import functools --- frappe/website/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/website/utils.py b/frappe/website/utils.py index fb198ab170..b784a0ea3d 100644 --- a/frappe/website/utils.py +++ b/frappe/website/utils.py @@ -2,6 +2,7 @@ # MIT License. See license.txt from __future__ import unicode_literals +import functools import frappe, re, os from six import iteritems