Re: [Zope] HTMLgen

2000-07-19 Thread Dieter Maurer
michael montagne writes: > I'm trying to use the HTMLcalendar.py as an external function. The > supported files are these: > import string, time > from HTMLcolors import * > from HTMLgen import SimpleDocument, TableLite, TD, TR, Font, Name, H, > Center, Href > from types import IntType >

[Zope] HTMLgen

2000-07-19 Thread michael montagne
I'm trying to use the HTMLcalendar.py as an external function. The supported files are these: import string, time from HTMLcolors import * from HTMLgen import SimpleDocument, TableLite, TD, TR, Font, Name, H, Center, Href from types import IntType from calendar import day_name, month_name, mdays,