web/views/igeocodable.py
changeset 5877 0c7b7b76a84f
parent 5556 9ab2b4c74baf
child 5895 6a3f776292a5
equal deleted inserted replaced
5876:e77aa963fb19 5877:0c7b7b76a84f
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """Specific views for entities implementing IGeocodable
    18 """Specific views for entities implementing IGeocodable"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 from cubicweb.interfaces import IGeocodable
    22 from cubicweb.interfaces import IGeocodable
    24 from cubicweb.view import EntityView, EntityAdapter, implements_adapter_compat
    23 from cubicweb.view import EntityView, EntityAdapter, implements_adapter_compat
    25 from cubicweb.selectors import implements, adaptable
    24 from cubicweb.selectors import implements, adaptable