comparison doc/upgrading.txt @ 3283:4fe232899be8 maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Wed, 13 Apr 2005 06:19:54 +0000
parents f3e82dc57c7e
children
comparison
equal deleted inserted replaced
3278:ca122bc16277 3283:4fe232899be8
94 94
95 The first few lines -- those starting with ``from roundup.hyperdb 95 The first few lines -- those starting with ``from roundup.hyperdb
96 import ...`` and the ``db = Database(config, name)`` line -- don't 96 import ...`` and the ``db = Database(config, name)`` line -- don't
97 need to be copied. Neither do the last few lines -- those starting 97 need to be copied. Neither do the last few lines -- those starting
98 with ``import detectors``, down to ``return db`` inclusive. 98 with ``import detectors``, down to ``return db`` inclusive.
99
100 You may remove the ``__init__.py`` module from the "detectors" directory as
101 it is no longer used.
99 102
100 There's a new way to write extension code for Roundup - the old 103 There's a new way to write extension code for Roundup - the old
101 ``interfaces.py`` file will be ignored. See the `customisation 104 ``interfaces.py`` file will be ignored. See the `customisation
102 documentation`_ for information about how extensions are now written. 105 documentation`_ for information about how extensions are now written.
103 106

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