From faf9706447af40f3f315518d6f2d5ba38a3d4a99 Mon Sep 17 00:00:00 2001 From: resteve Date: Fri, 25 Oct 2013 15:26:53 +0200 Subject: [PATCH] Pyflakes --- tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index 2fdb4c5..913c117 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -3,3 +3,5 @@ # the full copyright notices and license terms. from .test_account_payment_es_csb_34 import suite + +__all__ = ['suite']