##// END OF EJS Templates
Move skip_doctest decorator to separate module, so that it can be used without triggering other imports.
Move skip_doctest decorator to separate module, so that it can be used without triggering other imports.

File last commit:

r3408:261328d5
r3886:dd8c6b4f
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *