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