brotherton-erpnext/erpnext/regional/france/utils.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
275 B
Python
Raw Normal View History

# Copyright (c) 2018, Frappe Technologies and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe
# don't remove this function it is used in tests
def test_method():
'''test function'''
return 'overridden'