Commit f4b64548 authored by Rafael Monnerat's avatar Rafael Monnerat

Added missing import

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40803 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b10b6493
...@@ -71,6 +71,7 @@ if reference is not None and assignment_len == 0:\n ...@@ -71,6 +71,7 @@ if reference is not None and assignment_len == 0:\n
ignore_exceptions = 0, \\\n ignore_exceptions = 0, \\\n
**kw)\n **kw)\n
else:\n else:\n
from Products.ERP5Type.Log import log\n
log("Unable to invalidate remote global account for "\\\n log("Unable to invalidate remote global account for "\\\n
"%s (reference=%s , len(assignment_list)=%s)" % (person.getRelativeUrl(), \n "%s (reference=%s , len(assignment_list)=%s)" % (person.getRelativeUrl(), \n
reference, assignment_len))\n reference, assignment_len))\n
...@@ -125,6 +126,7 @@ else:\n ...@@ -125,6 +126,7 @@ else:\n
<string>len</string> <string>len</string>
<string>assignment_len</string> <string>assignment_len</string>
<string>_apply_</string> <string>_apply_</string>
<string>Products.ERP5Type.Log</string>
<string>log</string> <string>log</string>
</tuple> </tuple>
</value> </value>
......
163 166
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment