From e5ab39d4389b18f99083f7462a0ee38b05919804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 30 Apr 2012 10:05:46 +0200 Subject: [PATCH] typo fix --- themis/importexport/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themis/importexport/sync.py b/themis/importexport/sync.py index df4d977..9f7ba97 100644 --- a/themis/importexport/sync.py +++ b/themis/importexport/sync.py @@ -234,7 +234,7 @@ class SyncFromThemis(UtilityView): datetime.datetime.strptime( data.get('date_seance_ou_commission'), '%Y-%m-%d').toordinal()) - else + else: object.seance_com_date = None for attr in ('numero_biq', 'numero_document', 'numero_bqr'):