comparison roundup/cgi/ZTUtils/__init__.py @ 1071:c08b3820edd1

Adhering to ZPL
author Richard Jones <richard@users.sourceforge.net>
date Sat, 07 Sep 2002 22:43:17 +0000
parents b9988e118055
children fc52d57c6c3e
comparison
equal deleted inserted replaced
1070:af0abadfda3a 1071:c08b3820edd1
10 # FOR A PARTICULAR PURPOSE 10 # FOR A PARTICULAR PURPOSE
11 # 11 #
12 ############################################################################## 12 ##############################################################################
13 __doc__='''Package of template utility classes and functions. 13 __doc__='''Package of template utility classes and functions.
14 14
15 $Id: __init__.py,v 1.1 2002-09-05 00:37:09 richard Exp $''' 15 Modified for Roundup 0.5 release:
16 __version__='$Revision: 1.1 $'[11:-2] 16
17 - removed Zope imports
18
19 $Id: __init__.py,v 1.2 2002-09-07 22:42:47 richard Exp $'''
20 __version__='$Revision: 1.2 $'[11:-2]
17 21
18 from Batch import Batch 22 from Batch import Batch
19 from Iterator import Iterator 23 from Iterator import Iterator
20 24

Roundup Issue Tracker: http://roundup-tracker.org/