Commit deac6e35 by Matthias Putz

Portable: added portable.py

parent aea442ad
import os
import platform
def isUnix():
return platform.system() != "Windows"
def to_windows_path(path):
return path.replace('/', '\\')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment