Changeset 2368 for WAeUP_SRP/base


Ignore:
Timestamp:
16 Oct 2007, 20:35:31 (17 years ago)
Author:
Henrik Bettermann
Message:

data structure and layout for pde screening customized

Location:
WAeUP_SRP/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTables.py

    r2192 r2368  
    687687    def importCSV(self,filename="JAMB_data",
    688688                  schema_id="application",
    689                   layout_id="application",
     689                  layout_id="application_pde",
    690690                  mode='add'):
    691691        """ import JAMB data """
  • WAeUP_SRP/base/skins/waeup_utilities/removeImagesFromZODB.py

    r2349 r2368  
    4949for schema_id in schemas:
    5050    schema = getattr(stool,schema_id)
    51     image_keys[schema_id] = [key for key in schema.keys() 
     51    image_keys[schema_id] = [key for key in schema.keys()
    5252                             if schema[key].meta_type == "CPS Image Field"]
    5353for student in students:
Note: See TracChangeset for help on using the changeset viewer.