__session_cache removed and introducted memcache for caching

This commit is contained in:
Rushabh Mehta
2012-09-25 14:22:23 +05:30
parent 707932da0c
commit 0152b12e75
87 changed files with 87 additions and 87 deletions

View File

@@ -29,5 +29,5 @@ def execute():
d.dt = "Customize Form"
d.dt_label = "Customize Form View"
d.save(1)
from webnotes.session_cache import clear
from webnotes.sessions import clear
clear()