Changeset 378
- Timestamp:
- 07/06/06 02:33:09
- Files:
-
- geolocation/trunk/adapter.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
geolocation/trunk/adapter.py
r377 r378 47 47 def geoLocation(obj, portal, **kw): 48 48 """ return the location list """ 49 if hasattr( 'geoLocation', obj):49 if hasattr(obj, 'geoLocation'): 50 50 return obj.geoLocation() 51 51 adapter = IGEOLocated(obj, None)
