From 470183fa42b79499f2bf80577cd2c669f4d64f60 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 12 Nov 2012 17:16:38 +0100 Subject: [PATCH] syntaxe --- bikecoop.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bikecoop.py b/bikecoop.py index 2271969..4eb804e 100644 --- a/bikecoop.py +++ b/bikecoop.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- from osv import fields, osv + class Theme(osv.osv): _name = 'bikecoop.partner.theme' _description = 'Themes that could be related to a partner' -- 2.20.1