diff --git a/translate.py b/translate.py index c037648..e4f7001 100644 --- a/translate.py +++ b/translate.py @@ -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