Commit a6699b9e authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Cosmetic: Remove useless imports.

parent 80cb6657
...@@ -31,11 +31,10 @@ ...@@ -31,11 +31,10 @@
from __future__ import absolute_import from __future__ import absolute_import
import sys import sys
import threading
from Products.ERP5.ERP5Site import getSite from Products.ERP5.ERP5Site import getSite
from types import ModuleType from types import ModuleType
from zLOG import LOG, INFO, BLATHER from zLOG import LOG, BLATHER
class ComponentVersionPackage(ModuleType): class ComponentVersionPackage(ModuleType):
""" """
......
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