2018-02-21 05:37:33 +00:00
|
|
|
# Copyright (c) 2018, Frappe Technologies and contributors
|
|
|
|
# For license information, please see license.txt
|
|
|
|
|
2019-01-22 12:52:20 +00:00
|
|
|
from __future__ import unicode_literals
|
2018-02-21 05:37:33 +00:00
|
|
|
import frappe
|
|
|
|
|
|
|
|
# don't remove this function it is used in tests
|
|
|
|
def test_method():
|
|
|
|
'''test function'''
|
|
|
|
return 'overridden'
|