view gamelib/constants.py @ 769:43b49f1de828 pyntnclick-i18n

Merge i18n for before the pyntnclick split
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 16:57:33 +0200
parents d016ac9de1bd f173771c85a8
children 5fb962434159
line wrap: on
line source

from pyntnclick.constants import GameConstants


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