mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Negligible spacing change to admin/views/main.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a2fceea1e3
commit
5099424975
@ -74,8 +74,7 @@ def unquote(s):
|
|||||||
for item in list:
|
for item in list:
|
||||||
if item[1:2]:
|
if item[1:2]:
|
||||||
try:
|
try:
|
||||||
myappend(mychr(myatoi(item[:2], 16))
|
myappend(mychr(myatoi(item[:2], 16)) + item[2:])
|
||||||
+ item[2:])
|
|
||||||
except ValueError:
|
except ValueError:
|
||||||
myappend('_' + item)
|
myappend('_' + item)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user