Skip to content

Commit

Permalink
Player: mark some objects as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Sep 2, 2018
1 parent aa60de3 commit 449e1ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fofix/core/Player.py
Expand Up @@ -39,6 +39,8 @@


class ConfigOption:
""" Deprecated: also in fofix.core.ConfigDefs """

def __init__(self, id, text):
self.id = id
self.text = text
Expand All @@ -62,6 +64,7 @@ def __cmp__(self, other):


def sortOptionsByKey(dict):
""" Deprecated: also in fofix.core.ConfigDefs """
a = {}
for k in dict.keys():
a[k] = ConfigOption(k, dict[k])
Expand Down

0 comments on commit 449e1ab

Please sign in to comment.