Kaydet (Commit) 9b00b87c authored tarafından Justin Bronn's avatar Justin Bronn

Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr for…

Fixed #10655 -- Who uses 5-space indentation anyways?  Thanks to Andrew Badr for the ticket & patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@10186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 39ff4c9e
......@@ -261,4 +261,3 @@ def unescape_string_literal(s):
quote = s[0]
return s[1:-1].replace(r'\%s' % quote, quote).replace(r'\\', '\\')
unescape_string_literal = allow_lazy(unescape_string_literal)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment