Skip to content
  • John Stowers's avatar
    Make the TweakGroup, TWEAK_GROUPS interface optional · 4a7e0b44
    John Stowers authored
    Tweaks (tweak_foo.py) should now return a list of
    Tweak objects and mark which group the tweak belongs
    to using a new group_name constructor argument, e.g;
    
    TWEAKS = (
        FooTweak('summary', 'description', group_name='bar')
    )
    
    The old TweakGroup interface is still present.
    
    Port all tweaks to the new interface.
    4a7e0b44