This commit is contained in:
resteve 2015-02-02 19:19:01 +01:00
parent b620991b81
commit 79ad1a771b

View file

@ -2,10 +2,8 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from subprocess import Popen, PIPE
from trytond.pool import PoolMeta
__all__ = ['TranslateWizardStart', 'TranslateWizardTranslation']
__metaclass__ = PoolMeta