Closed mgedmin closed 8 years ago
Python 3.2 introduced os.symlink() on Windows platforms, but it raises NotImplementedError if the underlying OS is too old to support symlinks (like what we have on winbot).
Fixes #13.
Python 3.2 introduced os.symlink() on Windows platforms, but it raises NotImplementedError if the underlying OS is too old to support symlinks (like what we have on winbot).
Fixes #13.