From 39f3d7e3aac23d11442dfbebed7dc9dcfca64c42 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Tue, 30 Jan 2018 16:58:49 +0530 Subject: [PATCH] local import --- erpnext/setup/setup_wizard/setup_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/setup_wizard/setup_wizard.py b/erpnext/setup/setup_wizard/setup_wizard.py index 2c5f7e8456..d6491a8659 100644 --- a/erpnext/setup/setup_wizard/setup_wizard.py +++ b/erpnext/setup/setup_wizard/setup_wizard.py @@ -5,7 +5,7 @@ from __future__ import unicode_literals import frappe from frappe import _ -from operations import install_fixtures, taxes_setup, defaults_setup, company_setup, sample_data +from .operations import install_fixtures, taxes_setup, defaults_setup, company_setup, sample_data def get_setup_stages(args=None): if frappe.db.sql("select name from tabCompany"):