sapling/hgdemandimport
Yuya Nishihara 07ba7d360b demandimport: stop overriding __getattribute__()
Proxy __dict__ and __doc__ explicitly instead.

I'm not sure which is less evil, but this seems slightly simpler than hooking
all attribute accesses.
2017-04-28 00:01:22 +09:00
..
__init__.py demandimport: add python 3 implementation 2017-05-21 12:23:04 -07:00
demandimportpy2.py demandimport: stop overriding __getattribute__() 2017-04-28 00:01:22 +09:00
demandimportpy3.py demandimport: add python 3 implementation 2017-05-21 12:23:04 -07:00