Add python 3 support

This commit is contained in:
jmartin 2016-03-29 11:43:18 +02:00
parent 97d307da6a
commit 185c27107b
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from trytond.wizard import Button, StateView, Wizard, StateTransition
import os
__all__ = ['LoadCountryZipsStart', 'LoadCountryZips']
__metaclass__ = PoolMeta
class LoadCountryZipsStart(ModelView):