File: pyedit-products/unzipped/docetc/examples/RunCode-examples/testos.py
# Make sure os works: it's the subject of a PyInstaller hook on Windows+Linux import os print(os.sep) print(os.getcwd()) print(os.path.split(r'C:\a\b\c'))