Changeset 711

Show
Ignore:
Timestamp:
03/20/07 15:45:14 (2 years ago)
Author:
sgillies
Message:

initialize function is deprecated, replaced by GS profile (#18)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesEntity/trunk/Extensions/loader.py

    r696 r711  
    8484    n.global_allow = True 
    8585 
    86  
    87     try: 
    88         self.invokeFactory('Large Plone Folder', 
    89             id='names', title='Ancient Names') 
    90         self.names.invokeFactory('Large Plone Folder', 
    91             id='duplicates', title='Duplicate Names') 
    92     except: 
    93         pass 
    94     try: 
    95         self.invokeFactory('LocationContainer', 
    96             id='locations', title='Ancient Locations') 
    97     except: 
    98         pass 
    99     try: 
    100         self.invokeFactory('PlaceContainer', 
    101             id='places', title='Ancient Places') 
    102         getattr(self, 'places')._v_nextid = BA_ID_MAX 
    103     except: 
    104         pass 
    10586 
    10687def loaden(self, sourcedir):