Ignore:
Timestamp:
19 Jun 2007, 08:53:23 (17 years ago)
Author:
joachim
Message:

avoid clearing of portal_catalog_real

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTables.py

    r1916 r1935  
    4646    return ob
    4747
    48 class RealCatalogTool(CatalogTool):
    49     meta_type = 'Catalog Tool Real'
    50     name = id = "portal_catalog_real"
    51 
    52 
    5348class WAeUPTable(ZCatalog): ###(
    5449
     
    146141        current = DateTime.DateTime().strftime("%d-%m-%y_%H_%M_%S")
    147142        open("%s/import/%s-%s.csv" % (i_home,self.getId(),current),"w+").write('\n'.join(csv))
    148 
    149 ###)
     143    ###)
    150144
    151145class AccommodationTable(WAeUPTable): ###(
Note: See TracChangeset for help on using the changeset viewer.