commit | 8af567a229fbf7416071216a45019af54bf6e4c4 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Aug 19 12:09:28 2015 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Wed Aug 19 12:10:03 2015 +0530 |
tree | d2e42ac56393a1fbb1353bcb9bb0a8fc368287ce | |
parent | 6e82d7b50dbb329e0467de7966d2dfc53ecfd6fa [diff] |
[minor] import error
diff --git a/erpnext/stock/doctype/item_attribute/test_item_attribute.py b/erpnext/stock/doctype/item_attribute/test_item_attribute.py index 8b73d46..6357b52 100644 --- a/erpnext/stock/doctype/item_attribute/test_item_attribute.py +++ b/erpnext/stock/doctype/item_attribute/test_item_attribute.py
@@ -6,7 +6,7 @@ test_records = frappe.get_test_records('Item Attribute') -from .item_attribute import ItemAttributeIncrementError +from erpnext.stock.doctype.item_attribute.item_attribute import ItemAttributeIncrementError class TestItemAttribute(unittest.TestCase): def setUp(self):