blob: 63c5a1f583b6db563396f3823a873f1e1c4aeb06 [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
Chillar Anand915b3432021-09-02 16:44:59 +05305
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'