##// END OF EJS Templates
BUG: Allow for the possibility that to_path is empty string....
BUG: Allow for the possibility that to_path is empty string. This is a legal input for representing the root directory.

File last commit:

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