]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/tests/__init__.py
Add patch tag infrastructure
[patchwork] / patchwork / tests / __init__.py
index 85200bd0c5b39cace6e0a2080048708d539ce2ff..662386a62944dde8d3516fd4c0b6bf4f57c6d91e 100644 (file)
@@ -18,6 +18,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 from patchwork.tests.test_patchparser import *
+from patchwork.tests.test_tags import *
 from patchwork.tests.test_encodings import *
 from patchwork.tests.test_bundles import *
 from patchwork.tests.test_mboxviews import *