seitime-frappe/frappe/www/profile.py
Aditya Hase 6b72faf44f style: Linting fixes (#6809)
* style: Remove unused imports

* style: Remove unused local variables
2019-01-23 16:39:55 +05:30

11 lines
No EOL
224 B
Python

# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
no_cache = 1
no_sitemap = 1
def get_context(context):
context.show_sidebar=True