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