The fix_imports fix seems to fix only the first import per line that you have.
So if you do for example
   import urllib2, cStringIO
it will not fix cStringIO.

Is this a bug or a feature? :-) If it's a feature it should warn at
least, right?

-- 
Lennart Regebro: Zope and Plone consulting.
http://www.colliberty.com/
+33 661 58 14 64
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to