[fix] imports

This commit is contained in:
Rushabh Mehta 2015-07-13 13:04:25 +05:30
parent a4385a866d
commit f2a72aa39c

View file

@ -1,3 +1,11 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
import frappe
import json
def rename_field(doctype, old_fieldname, new_fieldname):
"""This functions assumes that doctype is already synced"""