From 9e1cebe7def7e13134b492e339aa53df5355e774 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Tue, 31 May 2005 17:33:29 +0000
Subject: [PATCH] Import threading.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3132 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ZSQLCatalog/SQLCatalog.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ZSQLCatalog/SQLCatalog.py b/product/ZSQLCatalog/SQLCatalog.py
index ae73a32829..edba3fe69b 100755
--- a/product/ZSQLCatalog/SQLCatalog.py
+++ b/product/ZSQLCatalog/SQLCatalog.py
@@ -39,6 +39,7 @@ from xml.dom.minidom import parse, parseString, getDOMImplementation
 from xml.sax.saxutils import escape, quoteattr
 import os
 import md5
+import threading
 
 try:
   from Products.PageTemplates.Expressions import SecureModuleImporter
-- 
2.30.9