erik / alexandra

Python toolkit for writing Amazon Echo skills as web services
http://alexandra.rtfd.org
ISC License
94 stars 13 forks source link

Use `posixpath` instead of `os.path` #12

Closed erik closed 6 years ago

erik commented 6 years ago

We always want to use the posix behavior here, as os.path.normpath unexpectedly converts / -> \ on Windows.

See #11 for more context.