Mercurial > p > roundup > code
changeset 6354:b61de764c8cc
Remove left over python style config remnant, doc update.
Replace three with two as there are only two items in the list.
Remove setting that was used in the code for python style init files.
Support for python style init files removed a while ago and were
deprecated in 0.8 timeframe IIRC.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 29 Mar 2021 00:23:33 -0400 |
| parents | 9d209d2b34ae |
| children | ac5a6ffa377b |
| files | roundup/configuration.py |
| diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/configuration.py Sun Mar 28 23:34:43 2021 -0400 +++ b/roundup/configuration.py Mon Mar 29 00:23:33 2021 -0400 @@ -1772,8 +1772,7 @@ """Roundup instance configuration. Core config has a predefined layout (see the SETTINGS structure), - supports loading of old-style pythonic configurations and holds - three additional attributes: + two additional attributes: detectors: user-defined configuration for detectors ext: @@ -1781,8 +1780,6 @@ """ - # module name for old style configuration - PYCONFIG = "config" # user configs ext = None detectors = None
