Commit 0062697c authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Remove unused import from migration function

parent 6f521dad
......@@ -1838,9 +1838,9 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin):
Now, we do shift the default_sql_catalog_id to the new ERP5 Catalog installed
"""
# We'll be migrating Persistent Objects
from Products.ERP5Type.dynamic.persistent_migration import PickleUpdater
#from Products.ERP5Type.dynamic.persistent_migration import PickleUpdater
from Products.ERP5Catalog.ERP5Catalog import ERP5Catalog
PickleUpdater(self)
#PickleUpdater(self)
# Before migrating check if the portal_type exists, cause we don't want
# migration before updating bt5
......
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