Commit 563e805c authored by Yoshinori Okuji's avatar Yoshinori Okuji

Seemingly, vincent forgot to update the import KeywordKey, after the naming changed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25751 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 181f58cb
...@@ -31,7 +31,7 @@ from DateTime import DateTime ...@@ -31,7 +31,7 @@ from DateTime import DateTime
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ZSQLCatalog.SearchKey.DefaultKey import DefaultKey from Products.ZSQLCatalog.SearchKey.DefaultKey import DefaultKey
from Products.ZSQLCatalog.SearchKey.RawKey import RawKey from Products.ZSQLCatalog.SearchKey.RawKey import RawKey
from Products.ZSQLCatalog.SearchKey.KeyWordKey import KeyWordKey from Products.ZSQLCatalog.SearchKey.KeywordKey import KeywordKey
from Products.ZSQLCatalog.SearchKey.DateTimeKey import DateTimeKey from Products.ZSQLCatalog.SearchKey.DateTimeKey import DateTimeKey
from Products.ZSQLCatalog.SearchKey.FullTextKey import FullTextKey from Products.ZSQLCatalog.SearchKey.FullTextKey import FullTextKey
from Products.ZSQLCatalog.SearchKey.FloatKey import FloatKey from Products.ZSQLCatalog.SearchKey.FloatKey import FloatKey
......
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