[Fix] patch social login key refactor (#4749)

* [Fix] patch social login key refactor

* [Fix] import frappe in html_utils.py
This commit is contained in:
Revant Nandgaonkar 2018-01-03 18:50:32 +05:30 committed by Rushabh Mehta
parent 6f4e2b046c
commit bb0a2abdd5
3 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# see license
from frappe.model.document import Document
class SocialLoginKeys(Document):
pass

View file

@ -1,3 +1,4 @@
import frappe
import json, re
import bleach, bleach_whitelist.bleach_whitelist as bleach_whitelist
from six import string_types