##// END OF EJS Templates
Backport PR #5693: Update parallel_intro.rst to fix a broken link to examples...
Backport PR #5693: Update parallel_intro.rst to fix a broken link to examples fixing broken link to examples directory and updating the github link to point to the nbviewer index page

File last commit:

r10951:31998f30
r16619:611c4216
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *