Changeset 305
- Timestamp:
- 09/20/06 13:51:16 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GeographicEntityLite/trunk/GeographicEntityLite/Extensions/batching.py
r298 r305 38 38 39 39 from Products.GeographicEntityLite.Extensions.xmlutil import * 40 from Products.GeographicEntityLite. cooking import *40 from Products.GeographicEntityLite.Extensions.cooking import * 41 41 42 42 def format_listofstrings(list): GeographicEntityLite/trunk/GeographicEntityLite/tests/ProgrammaticCreation.txt
r290 r305 182 182 183 183 Re-set the entity title on the basis of the historical names 184 >>> from Products.GeographicEntityLite. cooking import setGeoTitleFromNames184 >>> from Products.GeographicEntityLite.Extensions.cooking import setGeoTitleFromNames 185 185 >>> setGeoTitleFromNames(en) 186 186 'Ryland Mill/Ryland Gin'
