Add python 3 support

This commit is contained in:
jmartin 2016-03-29 12:00:47 +02:00
parent 68f1c5f945
commit 88a62140e8
1 changed files with 1 additions and 2 deletions

View File

@ -4,10 +4,9 @@
from trytond.pool import PoolMeta
__all__ = ['ProductLocation']
__metaclass__ = PoolMeta
class ProductLocation:
__metaclass__ = PoolMeta
__name__ = 'stock.product.location'
@staticmethod