##// END OF EJS Templates
teach github_stats about milestones...
teach github_stats about milestones now that we are doing pretty well in terms of marking issues.

File last commit:

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