Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swc-installation-test-2.py: Use _ROOT_PATH for MS Windows compatability
I don't think starting a path with os.sep gives you a root path on Windows. We need the backslash in _ROOT_PATH, because: os.path.join('c:', 'foo') gives 'c:foo', a path relative to the current directory on drive C: [1]. [1]: http://docs.python.org/3/library/os.path.html#os.path.join
- Loading branch information