From 08b99dceef2d086c5fab939eca0d6e91b93258ff Mon Sep 17 00:00:00 2001 From: resteve Date: Fri, 25 Oct 2013 15:00:41 +0200 Subject: [PATCH] Pyflakes --- tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index be8eae4..128ec58 100755 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -3,3 +3,5 @@ #the full copyright notices and license terms. from .test_product_purchase_sequence import suite + +__all__ = ['suite']