From 5eb04b0e2e71daf807a2d02f3abbe4cbc8e6c739 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Fri, 17 Apr 2009 15:02:30 +0000
Subject: [PATCH] Remove commented-out import.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26483 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ZSQLCatalog/SearchKey/DateTimeKey.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ZSQLCatalog/SearchKey/DateTimeKey.py b/product/ZSQLCatalog/SearchKey/DateTimeKey.py
index e961814898..b6be06d87d 100644
--- a/product/ZSQLCatalog/SearchKey/DateTimeKey.py
+++ b/product/ZSQLCatalog/SearchKey/DateTimeKey.py
@@ -32,7 +32,6 @@ import sys
 from SearchKey import SearchKey
 from Products.ZSQLCatalog.Query.SimpleQuery import SimpleQuery
 from Products.ZSQLCatalog.Query.ComplexQuery import ComplexQuery
-#from Products.ZSQLCatalog.SQLExpression import SQLExpression
 from zLOG import LOG
 from DateTime.DateTime import DateTime, DateTimeError, _cache
 from Products.ZSQLCatalog.Interface.ISearchKey import ISearchKey
-- 
2.30.9