This commit is contained in:
resteve 2014-10-20 12:07:12 +02:00
parent 6fc15d2d3d
commit c04ba3d033
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ from trytond.transaction import Transaction
from trytond.pyson import Eval
from trytond import backend
__all__ = [
'Sale',
]
__all__ = ['Sale']
__metaclass__ = PoolMeta