Commit 7a164e16 authored by Christophe Dumez's avatar Christophe Dumez

- remove useless import (thread)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7243 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 21f15ad6
......@@ -35,7 +35,7 @@ from Products.ERP5Type.Document.Folder import Folder
from Products.ERP5Type import Permissions
from Products.ERP5Subversion import _dtmldir
from Products.ERP5Subversion.SubversionClient import newSubversionClient
import os, re, commands, time, exceptions, thread
import os, re, commands, time, exceptions
from DateTime import DateTime
from cPickle import dumps, loads
from App.config import getConfiguration
......
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