Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4354391 By: clabrown
Hmmmmm... that didn't work. The forum messed up the spacing which I was complaining about that I could clearly see when I copied the snip of code into my post while editing it, but the spacing I see now is not right. Let me try to explain ... Basically in the first two lines the "#"'s lined up after hitting 1 tab on the first line and (I think) 2 tabs on the second. The Third line was the problem. The "#" lined up 1 space to the right of the above 2 "#"'s. On that line I hit 1 tab after the module name optparse. I'll try again and paste in the code but replace the spaces with "_"'s to try to maintain the spacing... import MySQLdb____# MySQL functions import csv________# Comma Seperated files import optparse____# Fancy command line option parsing It looks like the editor is just stupidly replacing "Tab" keystrokes with 4 spaces instead of with enough spaces to hit the next TabStop. Please tell me that's not how it's supposed to work. Thanks again, Cla. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
