Ignore:
Timestamp:
30 Jul 2007, 10:59:04 (17 years ago)
Author:
joachim
Message:

import exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/PatchQueueCatalogProcessQueue.py

    r1934 r2073  
    44from Products.QueueCatalog.CatalogEventQueue import SAFE_POLICY, ALTERNATIVE_POLICY
    55from Products.QueueCatalog.QueueCatalog import cataloged
     6from ZODB.POSException import ConflictError
     7from ZEO.Exceptions import ClientDisconnected
    68
    79def _process_queue(self, queue, limit):
Note: See TracChangeset for help on using the changeset viewer.