aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/tests/__init__.py')
-rw-r--r--rest_framework/tests/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/rest_framework/tests/__init__.py b/rest_framework/tests/__init__.py
index 85ee18b6..adeaf6da 100644
--- a/rest_framework/tests/__init__.py
+++ b/rest_framework/tests/__init__.py
@@ -1,4 +1,7 @@
-"""Force import of all modules in this package in order to get the standard test runner to pick up the tests. Yowzers."""
+"""
+Force import of all modules in this package in order to get the standard test
+runner to pick up the tests. Yowzers.
+"""
import os
modules = [filename.rsplit('.', 1)[0]