add import element before end-of-line comment (PY-8034)

This commit is contained in:
Dmitry Jemerov
2013-02-05 21:35:34 +01:00
parent 6d1b33c634
commit 0b9c257ad2
5 changed files with 23 additions and 8 deletions
@@ -0,0 +1 @@
from urllib import urlopen, urlencode, unquote_plus # this is a comment
+1
View File
@@ -0,0 +1 @@
from urllib import urlopen, urlencode # this is a comment