From 79ad1a771b1995e5144054cf524a77681e281729 Mon Sep 17 00:00:00 2001 From: resteve Date: Mon, 2 Feb 2015 19:19:01 +0100 Subject: [PATCH] pyflakes --- translate.py | 2 -- 1 file changed, 2 deletions(-) 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