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