Changeset 535

Show
Ignore:
Timestamp:
09/22/06 13:47:07
Author:
piv
Message:

corrected names, removed unnecessery code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • geolocation/trunk/adapters/geomap.py

    r534 r535  
    11from zope.interface import implements 
    22from Products.geolocation.interfaces.geomap import IGEOMap 
    3 from zope.app.annotation.interfaces import IAnnotations 
     3from zope.app.annotation.interfaces import IAnnotations, IAnnotatable 
    44from persistent.mapping import  PersistentMapping 
    55 
  • geolocation/trunk/configure.zcml

    r534 r535  
    2222      for="Products.ATContentTypes.interface.document.IATDocument" 
    2323      provides=".interfaces.geolocation.IGEOLocated" 
    24       factory=".adapters.geolocaion.GEOLocated" 
     24      factory=".adapters.geolocation.GEOLocated" 
    2525      /> 
    2626  <adapter 
    2727      for="Products.ATContentTypes.interface.event.IATEvent" 
    2828      provides=".interfaces.geolocation.IGEOLocated" 
    29       factory=".adapters.geolocaion.GEOLocated" 
     29      factory=".adapters.geolocation.GEOLocated" 
    3030      /> 
    3131  <adapter 
    3232      for="Products.ATContentTypes.interface.link.IATLink" 
    3333      provides=".interfaces.geolocation.IGEOLocated" 
    34       factory=".adapters.geolocaion.GEOLocated" 
     34      factory=".adapters.geolocation.GEOLocated" 
    3535      /> 
    3636  <adapter 
    3737      for="Products.ATContentTypes.interface.image.IATImage" 
    3838      provides=".interfaces.geolocation.IGEOLocated" 
    39       factory=".adapters.geolocaion.GEOLocated" 
     39      factory=".adapters.geolocation.GEOLocated" 
    4040      /> 
    4141  <adapter 
    4242      for="Products.ATContentTypes.interface.news.IATNewsItem" 
    4343      provides=".interfaces.geolocation.IGEOLocated" 
    44       factory=".adapters.geolocaion.GEOLocated" 
     44      factory=".adapters.geolocation.GEOLocated" 
    4545      /> 
    4646