use smarter, higher-level API for adding import elements to an import statement (PY-7400)

This commit is contained in:
Dmitry Jemerov
2012-08-31 18:38:48 +02:00
parent f322ccc629
commit 6ec35c62e9
4 changed files with 15 additions and 2 deletions
@@ -0,0 +1 @@
from urllib import (urlopen, urlencode, unquote_plus)
+1
View File
@@ -0,0 +1 @@
from urllib import (urlopen, urlencode)