summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/tests/__init__.py')
-rw-r--r--apps/patchwork/tests/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/patchwork/tests/__init__.py b/apps/patchwork/tests/__init__.py
index 42413a1..113de52 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
+from patchwork.tests import patchparser, encodings
-modules = [patchparser]
+modules = [patchparser, encodings]
def suite():
suite = unittest.TestSuite()