From d492b675a72596a3ebf6ef363a58e0c5a597230e Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 9 Jun 2016 16:56:54 +0530 Subject: [PATCH] [fix] removed bad import --- erpnext/controllers/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/controllers/tests/__init__.py b/erpnext/controllers/tests/__init__.py index 60bec4fbec..e69de29bb2 100644 --- a/erpnext/controllers/tests/__init__.py +++ b/erpnext/controllers/tests/__init__.py @@ -1 +0,0 @@ -from erpnext.__version__ import __version__