##// END OF EJS Templates
vfs: add "open()" for newly added code paths which open files via vfs...
vfs: add "open()" for newly added code paths which open files via vfs This patch replaces "open()" by own "__call__()" defined in derived classes at the first invocation, for efficiency of succeeding invocations.
FUJIWARA Katsunori -
r19897:896a4568 default
Show More