source:
ATGoogleMaps/branches/for-plone30/interfaces.py
@
194
| Revision 194, 262 bytes checked in by takanori, 4 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | # -*- coding: utf-8 -*- |
| 2 | |
| 3 | from zope.interface import Interface |
| 4 | |
| 5 | ##code-section HEAD |
| 6 | ##/code-section HEAD |
| 7 | |
| 8 | class ILatLngValidator(Interface): |
| 9 | """Marker interface for .LatLngValidator.LatLngValidator |
| 10 | """ |
| 11 | |
| 12 | ##code-section FOOT |
| 13 | ##/code-section FOOT |
Note: See TracBrowser
for help on using the repository browser.
