Skip to content

Commit

Permalink
At last, Game can stop being a GObject.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljohnson2 committed May 12, 2024
1 parent b8af800 commit 189c02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lutris/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
GAME_UNHANDLED_ERROR = NotificationSource()


class Game(GObject.Object):
class Game:
"""This class takes cares of loading the configuration for a game
and running it.
"""
Expand Down

0 comments on commit 189c02b

Please sign in to comment.