Calysto / xonsh_kernel

Jupyter Kernel for Xonsh
22 stars 2 forks source link

Workaround no ON_POSIX in xonsh.tools on Windows #7

Closed mjbright closed 8 years ago

mjbright commented 8 years ago

Simple fix for Issue #6

As ON_POSIX symbol is not available in xonsh.tools on Windows, we catch the ImportError and set ON_POSIX to None.

blink1073 commented 8 years ago

LGTM, thanks!

blink1073 commented 8 years ago

Released as 0.3.1.