Projet

Général

Profil

0001-lingo-add-back-date-parser-import-as-it-s-still-in-u.patch

Frédéric Péters, 25 mai 2018 09:50

Télécharger (666 octets)

Voir les différences:

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(+)
combo/apps/lingo/models.py
23 23

  
24 24
from decimal import Decimal
25 25

  
26
from dateutil import parser
26 27
import eopayment
27 28
from jsonfield import JSONField
28 29

  
29
-