view gamelib/constants.py @ 854:79b5c1be9a5e default tip

Remove pyntnclick, it's its own library, now
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:06:09 +0200
parents bdaffaa8b6bf
children
line wrap: on
line source

from pyntnclick.constants import GameConstants

# Anything here has to be explicitly translated
# This module is imported before we've set up i18n
_ = lambda x: x


class SSConstants(GameConstants):
    title = _('Suspended Sentence')
    icon = 'suspended_sentence24x24.png'
    short_name = 'suspended-sentence'