source: products/quintagroup.gdocs.spreadsheet/trunk/quintagroup/gdocs/spreadsheet/interfaces/gspreadsheet.py @ 2646

Last change on this file since 2646 was 2646, checked in by liebster, 14 years ago

Add contenttype using paster

File size: 374 bytes
Line 
1from zope import schema
2from zope.interface import Interface
3
4from zope.app.container.constraints import contains
5from zope.app.container.constraints import containers
6
7from quintagroup.spreadsheet import spreadsheetMessageFactory as _
8
9class IGSpreadsheet(Interface):
10    """Lets you select google spreadsheet and worksheet id"""
11
12    # -*- schema definition goes here -*-
Note: See TracBrowser for help on using the repository browser.