blob: 424615dbbc08f53a85f19e97f4cadd302d093475 [file] [log] [blame]
Charles-Henri Decultotb8c088e2018-02-21 06:37:33 +01001# Copyright (c) 2018, Frappe Technologies and contributors
2# For license information, please see license.txt
3
Aditya Hasef3c22f32019-01-22 18:22:20 +05304from __future__ import unicode_literals
Charles-Henri Decultotb8c088e2018-02-21 06:37:33 +01005import frappe
Charles-Henri Decultotb8c088e2018-02-21 06:37:33 +01006
Charles-Henri Decultotb8c088e2018-02-21 06:37:33 +01007# don't remove this function it is used in tests
8def test_method():
9 '''test function'''
10 return 'overridden'