comparison demos/pychan_demo/styling.py @ 613:8c9cdcc9bc4f

Renaming pychan_test.py to pychan_demo.py to make it a bit more obvious which file to execute.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 24 Sep 2010 15:19:58 +0000
parents 70697641fca3
children
comparison
equal deleted inserted replaced
612:867aad1c01cd 613:8c9cdcc9bc4f
23 23
24 from fife import fife 24 from fife import fife
25 25
26 from fife.extensions import pychan 26 from fife.extensions import pychan
27 27
28 from pychan_test import PyChanExample 28 from pychan_demo import PyChanExample
29 29
30 STYLES= { 30 STYLES= {
31 'new default': { 31 'new default': {
32 'default' : { 32 'default' : {
33 'border_size': 2, 33 'border_size': 2,