##// END OF EJS Templates
warn about failure to bind to localhost...
warn about failure to bind to localhost when falling back on 127.0.0.1

File last commit:

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