Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 3281:751601e710d8
minor doc change
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 13 Apr 2005 06:17:17 +0000 |
| parents | 34d034a4c0d9 |
| children | 4aeb0d0cf0d6 |
comparison
equal
deleted
inserted
replaced
| 3280:f3d15524562e | 3281:751601e710d8 |
|---|---|
| 90 | 90 |
| 91 The first few lines -- those starting with ``from roundup.hyperdb | 91 The first few lines -- those starting with ``from roundup.hyperdb |
| 92 import ...`` and the ``db = Database(config, name)`` line -- don't | 92 import ...`` and the ``db = Database(config, name)`` line -- don't |
| 93 need to be copied. Neither do the last few lines -- those starting | 93 need to be copied. Neither do the last few lines -- those starting |
| 94 with ``import detectors``, down to ``return db`` inclusive. | 94 with ``import detectors``, down to ``return db`` inclusive. |
| 95 | |
| 96 You may remove the ``__init__.py`` module from the "detectors" directory as | |
| 97 it is no longer used. | |
| 95 | 98 |
| 96 There's a new way to write extension code for Roundup - the old | 99 There's a new way to write extension code for Roundup - the old |
| 97 ``interfaces.py`` file will be ignored. See the `customisation | 100 ``interfaces.py`` file will be ignored. See the `customisation |
| 98 documentation`_ for information about how extensions are now written. | 101 documentation`_ for information about how extensions are now written. |
| 99 | 102 |
