Author: russellm
Date: 2011-01-03 07:52:28 -0600 (Mon, 03 Jan 2011)
New Revision: 15138

Modified:
   django/branches/releases/1.2.X/django/db/backends/mysql/client.py
Log:
[1.2.X] Fixed #15006 -- Removed some stray tabs in python code. Thanks to 
vanschelven for the report.

Backport of r15134 from trunk.

Modified: django/branches/releases/1.2.X/django/db/backends/mysql/client.py
===================================================================
--- django/branches/releases/1.2.X/django/db/backends/mysql/client.py   
2011-01-03 13:46:28 UTC (rev 15137)
+++ django/branches/releases/1.2.X/django/db/backends/mysql/client.py   
2011-01-03 13:52:28 UTC (rev 15138)
@@ -27,7 +27,7 @@
             if '/' in host:
                 args += ["--socket=%s" % host]
             else:
-               args += ["--host=%s" % host]
+                args += ["--host=%s" % host]
         if port:
             args += ["--port=%s" % port]
         if db:

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to