##// END OF EJS Templates
Allow unicode arguments to passwd_check on Python 2....
Allow unicode arguments to passwd_check on Python 2. Closes gh-4524

File last commit:

r13347:54891794
r13558:a881d322
Show More
__init__.py
4 lines | 88 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from ._jsonpointer import *