diff options
| author | Simon Charette <charette.s@gmail.com> | 2014-01-26 14:32:01 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-01-26 14:32:01 -0500 |
| commit | c3881944e8651ad98e29561154186e87928ca319 (patch) | |
| tree | 7203415f4aa2c4ab35fc941fab60a2508d485175 /tests/apps/namespace_package_base | |
| parent | 8f2f48ecc9431c4d8959354a607fa559aa85dd99 (diff) | |
Fixed some missing/extraneous new line warnings.
Diffstat (limited to 'tests/apps/namespace_package_base')
| -rw-r--r-- | tests/apps/namespace_package_base/nsapp/apps.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/apps/namespace_package_base/nsapp/apps.py b/tests/apps/namespace_package_base/nsapp/apps.py index 9949054b31..3e864ae5b4 100644 --- a/tests/apps/namespace_package_base/nsapp/apps.py +++ b/tests/apps/namespace_package_base/nsapp/apps.py @@ -3,6 +3,7 @@ import os from django.apps import AppConfig from django.utils._os import upath + class NSAppConfig(AppConfig): name = 'nsapp' path = upath(os.path.dirname(__file__)) |
