Commit 0eb92e2e authored by Jérome Perrin's avatar Jérome Perrin

cleanup unused imports

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18257 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 417bb94c
......@@ -67,8 +67,6 @@
<key> <string>_body</string> </key>
<value> <string>from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
from Products.ERP5Type.Message import Message\n
from Products.ZSQLCatalog.SQLCatalog import Query\n
from Products.ZSQLCatalog.SQLCatalog import ComplexQuery\n
\n
period = state_change[\'object\']\n
portal = period.getPortalObject()\n
......@@ -138,9 +136,6 @@ if movement_list:\n
<string>ValidationFailed</string>
<string>Products.ERP5Type.Message</string>
<string>Message</string>
<string>Products.ZSQLCatalog.SQLCatalog</string>
<string>Query</string>
<string>ComplexQuery</string>
<string>_getitem_</string>
<string>period</string>
<string>_getattr_</string>
......
......@@ -67,8 +67,6 @@
<key> <string>_body</string> </key>
<value> <string>"""Create a balance transaction\n
"""\n
from DateTime import DateTime\n
\n
accounting_period = sci[\'object\']\n
portal = accounting_period.getPortalObject()\n
profit_and_loss_account = portal.portal_workflow.getInfoFor(\n
......@@ -125,7 +123,6 @@ accounting_period.AccountingPeriod_createBalanceTransaction(\n
<value>
<tuple>
<string>sci</string>
<string>DateTime</string>
<string>_getitem_</string>
<string>accounting_period</string>
<string>_getattr_</string>
......
525
\ No newline at end of file
526
\ 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