Commit 0f0bba4 1 parent e62917c commit 0f0bba4 Copy full SHA for 0f0bba4
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -800,12 +800,12 @@ class Conf(ConfigType):
800
800
801
801
# FIXME VIUR4: REMOVE ALL COMPATIBILITY MODES!
802
802
compatibility : Multiple [str ] = [
803
- "json.bone.structure.camelcasenames" , # use camelCase attribute names (see #637 for details)
804
- "json.bone.structure.keytuples" , # use classic structure notation: `"structure = [["key", {...}] ...]` (#649)
805
- "json.bone.structure.inlists" , # dump skeleton structure with every JSON list response (#774 for details)
806
- "tasks.periodic.useminutes" , # Interpret int/float values for @PeriodicTask as minutes
807
- # instead of seconds (#1133 for details)
808
- "bone.select.structure.values.keytuple" , # render old-style tuple-list in SelectBone's values structure (#1203)
803
+ # "json.bone.structure.camelcasenames", # use camelCase attribute names (see #637 for details)
804
+ # "json.bone.structure.keytuples", # use classic structure notation: `"structure = [["key", {...}] ...]` (#649)
805
+ # "json.bone.structure.inlists", # dump skeleton structure with every JSON list response (#774 for details)
806
+ # "tasks.periodic.useminutes", # Interpret int/float values for @PeriodicTask as minutes
807
+ # # instead of seconds (#1133 for details)
808
+ # "bone.select.structure.values.keytuple", # render old-style tuple-list in SelectBone's values structure (#1203)
809
809
]
810
810
"""Backward compatibility flags; Remove to enforce new style."""
811
811
You can’t perform that action at this time.
0 commit comments