Files
openide/python/resources/intentionDescriptions/ImportToImportFromIntention/description.html
T

9 lines
238 B
HTML

<html>
<body>
<span style="font-family: verdana,sans-serif;">
This intention replaces <code>import foo</code> with <code>from foo import ...</code>
and drop qualifiers at references to names from <code>foo</code>.
</span>
</body>
</html>