Browse Source

added unicode in website_group generator

version-14
Rushabh Mehta 11 years ago
parent
commit
895cbb1b72
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      frappe/templates/generators/website_group.py

+ 2
- 0
frappe/templates/generators/website_group.py View File

@@ -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…
Cancel
Save