##// END OF EJS Templates
cachedlocalrepo: use sysstr for attribute name of "file of interest"...
cachedlocalrepo: use sysstr for attribute name of "file of interest" The first item is an attribute name, the second one is a filename. So the first one can (and should) be a `str`.

File last commit:

r49730:6000f5b2 default
r51804:1339158a default
Show More
__init__.py
3 lines | 67 B | text/x-python | PythonLexer
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)