source: ATGoogleMaps/branches/for-plone30/LatLngValidator.py @ 194

Revision 194, 825 bytes checked in by takanori, 4 years ago (diff)

move directory

Line 
1# -*- coding: utf-8 -*-
2#
3# File: LatLngValidator.py
4#
5# Copyright (c) 2008 by ['takanori', 'yuta']
6# Generator: ArchGenXML Version 2.1
7#            http://plone.org/products/archgenxml
8#
9# GNU General Public License (GPL)
10#
11
12__author__ = """takanori <takanori@takanory.net>, yuta <unknown>"""
13__docformat__ = 'plaintext'
14
15##code-section module-header #fill in your manual code here
16##/code-section module-header
17
18from zope.interface import implements
19
20from Products.CMFDynamicViewFTI.browserdefault import BrowserDefaultMixin
21
22
23class LatLngValidator:
24    """
25    """
26
27    ##code-section class-header_LatLngValidator #fill in your manual code here
28    ##/code-section class-header_LatLngValidator
29
30
31##code-section module-footer #fill in your manual code here
32##/code-section module-footer
33
34
Note: See TracBrowser for help on using the repository browser.