This commit is contained in:
?ngel ?lvarez 2015-02-14 12:53:17 +01:00
parent e681cd8e9a
commit e0344902f8
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#The COPYRIGHT file at the top level of this repository contains the full
#copyright notices and license terms.
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from sql import Cast, Literal
from sql.aggregate import Max
from sql.functions import Substring, Position

View File

@ -1,5 +1,5 @@
# The COPYRIGHT file at the top level of this repository contains the full
#copyright notices and license terms.
# copyright notices and license terms.
from trytond.model import fields
from trytond.pool import PoolMeta

View File

@ -1,5 +1,5 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from dateutil.relativedelta import relativedelta
import datetime
import calendar