From 3fb2e60575b848c98ebdb179b60e44998152f83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 25 May 2018 09:40:29 +0200 Subject: [PATCH] lingo: add back date parser import as it's still in use (#24079) --- combo/apps/lingo/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/combo/apps/lingo/models.py b/combo/apps/lingo/models.py index eae3084..b79545b 100644 --- a/combo/apps/lingo/models.py +++ b/combo/apps/lingo/models.py @@ -23,6 +23,7 @@ import urlparse from decimal import Decimal +from dateutil import parser import eopayment from jsonfield import JSONField -- 2.17.0