diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2011-10-13 18:04:12 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2011-10-13 18:04:12 +0000 |
| commit | d5a45d79fe03cad93ab5761860e9bb6fc1db4c86 (patch) | |
| tree | 0fd5b87753749027117c088543e1ff8fdc7b945b /tests/modeltests/proxy_model_inheritance/app2/models.py | |
| parent | 99512d3544cd792e14927c24a8f92389c4006122 (diff) | |
Convert all modeltests to use absolute imports, rather than relative ones.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/proxy_model_inheritance/app2/models.py')
| -rw-r--r-- | tests/modeltests/proxy_model_inheritance/app2/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modeltests/proxy_model_inheritance/app2/models.py b/tests/modeltests/proxy_model_inheritance/app2/models.py index 549cd07bd2..1ad46d1088 100644 --- a/tests/modeltests/proxy_model_inheritance/app2/models.py +++ b/tests/modeltests/proxy_model_inheritance/app2/models.py @@ -1,4 +1,5 @@ from django.db import models + class NiceModel(models.Model): pass |
