Commit 6013697f authored by Jérome Perrin's avatar Jérome Perrin

remove uneeded import

fix indentation



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12899 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f60a6399
......@@ -66,14 +66,10 @@ from Products.ERP5Type.Accessor.TypeDefinition import asDate
from string import join
import sys
import pickle
import copy
import psyco
import traceback
from cStringIO import StringIO
from email.MIMEBase import MIMEBase
from email import Encoders
from socket import gethostname, gethostbyaddr
import random
......@@ -97,7 +93,7 @@ class WorkflowMethod(Method):
def __init__(self, method, id=None, reindex=1):
self._m = method
if id is None:
id = method.__name__
id = method.__name__
self._id = id
def _setId(self, id) :
......
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