Skip to content

Commit 562084f

Browse files
committed
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.
1 parent caf4c97 commit 562084f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

roundup/configuration.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,17 +1772,14 @@ class CoreConfig(Config):
17721772
"""Roundup instance configuration.
17731773
17741774
Core config has a predefined layout (see the SETTINGS structure),
1775-
supports loading of old-style pythonic configurations and holds
1776-
three additional attributes:
1775+
two additional attributes:
17771776
detectors:
17781777
user-defined configuration for detectors
17791778
ext:
17801779
user-defined configuration for extensions
17811780
17821781
"""
17831782

1784-
# module name for old style configuration
1785-
PYCONFIG = "config"
17861783
# user configs
17871784
ext = None
17881785
detectors = None

0 commit comments

Comments
 (0)