mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 21:37:00 +07:00
12 lines
271 B
HTML
12 lines
271 B
HTML
<html>
|
|
<body>
|
|
<span>
|
|
Replaces absolute <code>from</code> import with a relative 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.
|
|
</span>
|
|
</body>
|
|
</html> |