From aac44b18b3a2f99d26ef69e7fd78720b35be3ca1 Mon Sep 17 00:00:00 2001 From: resteve Date: Tue, 12 Nov 2013 16:14:02 +0100 Subject: [PATCH] pyflakes --- tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index 5ef03f2..485e118 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,3 +2,5 @@ # copyright notices and license terms. from .test import suite + +__all__ = ['suite']