X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Ftests%2F__init__.py;h=94d629be29696394614f51845e284c010448e5e1;hb=6c119273e873bc2c63ac470e7b975a721b9a6826;hp=113de523663591caf328f85fd56be96a3e87738f;hpb=6ce62d26739ebf0dd81ecff5284adf3fbe2aed23;p=patchwork diff --git a/apps/patchwork/tests/__init__.py b/apps/patchwork/tests/__init__.py index 113de52..94d629b 100644 --- a/apps/patchwork/tests/__init__.py +++ b/apps/patchwork/tests/__init__.py @@ -18,9 +18,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA import unittest -from patchwork.tests import patchparser, encodings +from patchwork.tests import patchparser, encodings, bundles -modules = [patchparser, encodings] +modules = [patchparser, encodings, bundles] def suite(): suite = unittest.TestSuite()