diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-16 23:00:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-16 23:00:04 +0000 |
| commit | d9e5a4ea5bee99cb3b3d24722e51c56021dd4545 (patch) | |
| tree | eb185967506a1796d229d494dc849c8c91b37180 | |
| parent | a22f823e0034bf607b841bd704cfd4d2cc6621a1 (diff) | |
Removed an unneeded line of code in django/templatetags/adminmedia.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/templatetags/adminmedia.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/templatetags/adminmedia.py b/django/templatetags/adminmedia.py index a3f2dd9ca9..2b18252d7d 100644 --- a/django/templatetags/adminmedia.py +++ b/django/templatetags/adminmedia.py @@ -12,7 +12,6 @@ def admin_media_prefix(parser, token): """ {% admin_media_prefix %} """ - bits = token.contents.split() return AdminMediaPrefixNode() template.register_tag('admin_media_prefix', admin_media_prefix) |
