mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-16 19:41:27 +07:00
13 lines
400 B
HTML
13 lines
400 B
HTML
<html>
|
|
<body>
|
|
<span>
|
|
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>
|
|
<br/>
|
|
<span>
|
|
With the <code>import module_name</code> statement, you do not need to update
|
|
any <code>from module_name import</code> statement
|
|
to start using another item from the same module.</span>
|
|
</body>
|
|
</html> |