How to force Python to use / as path separator (for glob, os.path, etc.), even on Windows?
/
glob
os.path
I tried os.sep = \'/\'
os.sep = \'/\'