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

8 lines
255 B
HTML

<html>
<body>
<span style="font-family: verdana,sans-serif;">
This intention transforms <code>from module_name import ...</code> into <code>import module_name</code>
and qualifies any names imported from that module by module name.
</span>
</body>
</html>