Ignore:
Timestamp:
11 Sep 2006, 10:39:59 (18 years ago)
Author:
joachim
Message:

Scratchcard Pin Generation
basic login in apply_admission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/PatchCatalogToolXMLAdapter.py

    r486 r502  
    77    """Import the object from the DOM node.
    88    """
     9    #import pdb;pdb.set_trace()
    910    if self.environ.shouldPurge():
    1011        self._purgeProperties()
     
    1213        self._purgeIndexes()
    1314        self._purgeColumns()
    14 ##    self._initProperties(node)
    15 ##    self._initObjects(node)
    16 ##    self._initIndexes(node)
    17 ##    self._initColumns(node)
    1815    columns = []
    1916    for col in self._extractColumns()._get_childNodes():
     
    2724    na = node.attributes.items()
    2825    not_found = True
    29     if na[1][1] == "portal_catalog":
     26    if na[0][1] == "CMF Catalog":
    3027        not_found = False
    31         print na[1][1]
     28        #print na[1][1]
    3229        for ch in node._get_childNodes():
    3330            if ch.nodeName in ('index',):
Note: See TracChangeset for help on using the changeset viewer.