mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
13 lines
386 B
HTML
13 lines
386 B
HTML
<html>
|
|
<body>
|
|
<span>
|
|
This intention replaces relative <code>from</code> import with an absolute one.
|
|
</span>
|
|
<br/>
|
|
<span>
|
|
Note that relative imports work only within the current source root. You cannot relatively
|
|
import a package from another source root. So, absolute imports are preferred
|
|
if the current location of the import statement may change.
|
|
</span>
|
|
</body>
|
|
</html> |