added unicode in website_group generator
This commit is contained in:
parent
684dc46725
commit
895cbb1b72
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
||||
# MIT License. See license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import frappe
|
||||
from frappe.website.permissions import get_access
|
||||
from frappe.website.render import can_cache
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue