diff options
Diffstat (limited to 'tests/apps')
| -rw-r--r-- | tests/apps/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py index a04a4a8dec..b9915354a2 100644 --- a/tests/apps/tests.py +++ b/tests/apps/tests.py @@ -396,7 +396,7 @@ class NamespacePackageAppTests(SimpleTestCase): A Py3.3+ namespace package with multiple locations cannot be an app. (Because then we wouldn't know where to load its templates, static - assets, etc from.) + assets, etc. from.) """ # Temporarily add two directories to sys.path that both contain # components of the "nsapp" package. |
