Skip to content

Commit 1cec641

Browse files
committed
Fixed Python 2.4 incompatibility introduced in r12972.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 48dd5f1 commit 1cec641

File tree

1 file changed

+1
-1
lines changed
  • tests/regressiontests/admin_scripts/complex_app/models

1 file changed

+1
-1
lines changed

tests/regressiontests/admin_scripts/complex_app/models/bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.db import models
22

3-
from ..admin import foo
3+
from admin_scripts.complex_app.admin import foo
44
class Bar(models.Model):
55
name = models.CharField(max_length=5)
66
class Meta:

0 commit comments

Comments
 (0)