6 lines
90 B
Python
Raw Normal View History

2012-02-14 18:55:01 +05:30
def execute():
import webnotes
webnotes.conn.sql("""
delete from __SessionCache
""")