Skip to content

Commit

Permalink
Re-add the Setlist class to Theme's default exports so theme code can…
Browse files Browse the repository at this point in the history
… subclass it again.

This is needed to unbreak MegaLight v3.
  • Loading branch information
stump committed Mar 4, 2010
1 parent e30331c commit b4e7568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Theme.py
Expand Up @@ -2944,4 +2944,4 @@ def renderMoreInfo(self, scene):
def renderMiniLobby(self, scene):
return

__all__ = ["LEFT", "CENTER", "RIGHT", "_", "Theme", "shaders"]
__all__ = ["LEFT", "CENTER", "RIGHT", "_", "Theme", "shaders", "Setlist"]

0 comments on commit b4e7568

Please sign in to comment.