Changeset 1935 for WAeUP_SRP/trunk/WAeUPTables.py
- Timestamp:
- 19 Jun 2007, 08:53:23 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTables.py
r1916 r1935 46 46 return ob 47 47 48 class RealCatalogTool(CatalogTool):49 meta_type = 'Catalog Tool Real'50 name = id = "portal_catalog_real"51 52 53 48 class WAeUPTable(ZCatalog): ###( 54 49 … … 146 141 current = DateTime.DateTime().strftime("%d-%m-%y_%H_%M_%S") 147 142 open("%s/import/%s-%s.csv" % (i_home,self.getId(),current),"w+").write('\n'.join(csv)) 148 149 ###) 143 ###) 150 144 151 145 class AccommodationTable(WAeUPTable): ###(
Note: See TracChangeset for help on using the changeset viewer.