File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818- '?' in rfc2822-encoded header isn't quoted (sf bug 1505663)
1919- fix error message in form parser
2020- update for latest version of pysqlite (sf bug 1487098; patch 1534227)
21+ - updated ZRoundup for Zope 2.9 (sf patch 1511734)
2122
2223
23242006-04-27 1.1.2
Original file line number Diff line number Diff line change 1414# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1515# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1616#
17- # $Id: __init__.py,v 1.4 2002-10-10 03:47:27 richard Exp $
17+ # $Id: __init__.py,v 1.5 2006-08-11 00:04:29 richard Exp $
1818#
19- __version__ = '1.0 '
19+ __version__ = '1.1 '
2020
2121import os
2222# figure where ZRoundup is installed
3737 raise ValueError , "Can't determine where ZRoundup is installed"
3838
3939# product initialisation
40- import ZRoundup
40+ from ZRoundup import ZRoundup , manage_addZRoundupForm , manage_addZRoundup
4141def initialize (context ):
4242 context .registerClass (
43- ZRoundup , meta_type = 'Z Roundup' ,
43+ ZRoundup ,
44+ meta_type = 'Z Roundup' ,
4445 constructors = (
45- ZRoundup . manage_addZRoundupForm , ZRoundup . manage_addZRoundup
46+ manage_addZRoundupForm , manage_addZRoundup
4647 )
4748 )
4849
You can’t perform that action at this time.
0 commit comments