##// END OF EJS Templates
don't use test.begin...
don't use test.begin the PPA we use on Travis CI doesn't have CasperJS 1.1.0-DEV yet, so we're better off not using it for now.

File last commit:

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