view gamelib/constants.py @ 762:683ff96d413e pyntnclick

Fix docstring tyop.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 26 Jan 2013 13:16:46 +0200
parents d016ac9de1bd
children 43b49f1de828
line wrap: on
line source

from pyntnclick.constants import GameConstants


class SSConstants(GameConstants):
    title = 'Suspended Sentence'
    icon = 'suspended_sentence24x24.png'