mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
5 lines
75 B
Python
5 lines
75 B
Python
if windows():
|
|
import ntpath as path
|
|
else:
|
|
import posixpath as path
|