Changeset 5361

Show
Ignore:
Timestamp:
09/06/08 17:11:18 (4 months ago)
Author:
lmacken
Message:

Import itertools.cycle for the tg.render.cycle class

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/render.py

    r5360 r5361  
    66from genshi import XML 
    77from urllib import quote_plus 
     8from itertools import cycle as icycle 
    89 
    910class cycle: