Thu Jan 7 21:58:08 2021 UTC ()
pysolfc: set EGG_NAME to simplify PLIST


(wiz)
diff -r1.31 -r1.32 pkgsrc/games/pysolfc/Makefile
diff -r1.6 -r1.7 pkgsrc/games/pysolfc/PLIST

cvs diff -r1.31 -r1.32 pkgsrc/games/pysolfc/Makefile (switch to unified diff)

--- pkgsrc/games/pysolfc/Makefile 2020/12/24 12:44:58 1.31
+++ pkgsrc/games/pysolfc/Makefile 2021/01/07 21:58:08 1.32
@@ -1,48 +1,49 @@ @@ -1,48 +1,49 @@
1# $NetBSD: Makefile,v 1.31 2020/12/24 12:44:58 mef Exp $ 1# $NetBSD: Makefile,v 1.32 2021/01/07 21:58:08 wiz Exp $
2 2
3DISTNAME= PySolFC-2.6.4 3DISTNAME= PySolFC-2.6.4
4PKGNAME= ${DISTNAME:tl} 4PKGNAME= ${DISTNAME:tl}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= games python 6CATEGORIES= games python
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysolfc/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysolfc/}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://pysolfc.sourceforge.io/ 11HOMEPAGE= https://pysolfc.sourceforge.io/
12COMMENT= Over 1000 solitaire games 12COMMENT= Over 1000 solitaire games
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15CARDSETS_NAME= PySolFC-Cardsets-2.0 15CARDSETS_NAME= PySolFC-Cardsets-2.0
16DISTFILES= ${DEFAULT_DISTFILES} 16DISTFILES= ${DEFAULT_DISTFILES}
17DISTFILES+= ${CARDSETS_NAME}.tar.bz2 17DISTFILES+= ${CARDSETS_NAME}.tar.bz2
18 18
19DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk 19DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
20DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow 20DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
21DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game 21DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
22 22
23USE_TOOLS+= pax 23USE_TOOLS+= pax
24 24
25SUBST_CLASSES+= datadir 25SUBST_CLASSES+= datadir
26SUBST_STAGE.datadir= pre-configure 26SUBST_STAGE.datadir= pre-configure
27SUBST_MESSAGE.datadir= Use custom data dir. 27SUBST_MESSAGE.datadir= Use custom data dir.
28SUBST_FILES.datadir= pysollib/settings.py 28SUBST_FILES.datadir= pysollib/settings.py
29SUBST_SED.datadir= -e 's,@DATADIR@,${PREFIX}/share/PySolFC,' 29SUBST_SED.datadir= -e 's,@DATADIR@,${PREFIX}/share/PySolFC,'
30 30
31INSTALLATION_DIRS+= ${PKGMANDIR}/man6 31INSTALLATION_DIRS+= ${PKGMANDIR}/man6
32 32
33PLIST_SRC= PLIST ${WRKDIR}/PLIST.CS 33PLIST_SRC= PLIST ${WRKDIR}/PLIST.CS
34PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} 34PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
35 35
 36EGG_NAME= ${DISTNAME}
36 37
37post-install: 38post-install:
38 ${INSTALL_MAN} ${WRKSRC}/docs/pysol.6 \ 39 ${INSTALL_MAN} ${WRKSRC}/docs/pysol.6 \
39 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysol.py.6 40 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysol.py.6
40 ${INSTALL_MAN} ${WRKSRC}/docs/pysolfc.6 \ 41 ${INSTALL_MAN} ${WRKSRC}/docs/pysolfc.6 \
41 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysolfc.6 42 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysolfc.6
42 cd ${WRKDIR}/${CARDSETS_NAME} && \ 43 cd ${WRKDIR}/${CARDSETS_NAME} && \
43 ${PAX} -rw . ${DESTDIR}${PREFIX}/share/PySolFC/ && \ 44 ${PAX} -rw . ${DESTDIR}${PREFIX}/share/PySolFC/ && \
44 ${FIND} . -type f -print | ${SED} -e 's,^\.,share/PySolFC,' > ${WRKDIR}/PLIST.CS 45 ${FIND} . -type f -print | ${SED} -e 's,^\.,share/PySolFC,' > ${WRKDIR}/PLIST.CS
45 46
46.include "../../sysutils/desktop-file-utils/desktopdb.mk" 47.include "../../sysutils/desktop-file-utils/desktopdb.mk"
47.include "../../lang/python/distutils.mk" 48.include "../../lang/python/distutils.mk"
48.include "../../mk/bsd.pkg.mk" 49.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/games/pysolfc/PLIST (switch to unified diff)

--- pkgsrc/games/pysolfc/PLIST 2020/12/24 12:44:15 1.6
+++ pkgsrc/games/pysolfc/PLIST 2021/01/07 21:58:08 1.7
@@ -1,1002 +1,1002 @@ @@ -1,1002 +1,1002 @@
1@comment $NetBSD: PLIST,v 1.6 2020/12/24 12:44:15 mef Exp $ 1@comment $NetBSD: PLIST,v 1.7 2021/01/07 21:58:08 wiz Exp $
2bin/pysol.py 2bin/pysol.py
3${PYSITELIB}/PySolFC-2.6.4-py${PYVERSSUFFIX}.egg-info 3${PYSITELIB}/${EGG_FILE}
4${PYSITELIB}/pysollib/__init__.py 4${PYSITELIB}/pysollib/__init__.py
5${PYSITELIB}/pysollib/__init__.pyc 5${PYSITELIB}/pysollib/__init__.pyc
6${PYSITELIB}/pysollib/__init__.pyo 6${PYSITELIB}/pysollib/__init__.pyo
7${PYSITELIB}/pysollib/acard.py 7${PYSITELIB}/pysollib/acard.py
8${PYSITELIB}/pysollib/acard.pyc 8${PYSITELIB}/pysollib/acard.pyc
9${PYSITELIB}/pysollib/acard.pyo 9${PYSITELIB}/pysollib/acard.pyo
10${PYSITELIB}/pysollib/actions.py 10${PYSITELIB}/pysollib/actions.py
11${PYSITELIB}/pysollib/actions.pyc 11${PYSITELIB}/pysollib/actions.pyc
12${PYSITELIB}/pysollib/actions.pyo 12${PYSITELIB}/pysollib/actions.pyo
13${PYSITELIB}/pysollib/app.py 13${PYSITELIB}/pysollib/app.py
14${PYSITELIB}/pysollib/app.pyc 14${PYSITELIB}/pysollib/app.pyc
15${PYSITELIB}/pysollib/app.pyo 15${PYSITELIB}/pysollib/app.pyo
16${PYSITELIB}/pysollib/configobj/__init__.py 16${PYSITELIB}/pysollib/configobj/__init__.py
17${PYSITELIB}/pysollib/configobj/__init__.pyc 17${PYSITELIB}/pysollib/configobj/__init__.pyc
18${PYSITELIB}/pysollib/configobj/__init__.pyo 18${PYSITELIB}/pysollib/configobj/__init__.pyo
19${PYSITELIB}/pysollib/configobj/configobj.py 19${PYSITELIB}/pysollib/configobj/configobj.py
20${PYSITELIB}/pysollib/configobj/configobj.pyc 20${PYSITELIB}/pysollib/configobj/configobj.pyc
21${PYSITELIB}/pysollib/configobj/configobj.pyo 21${PYSITELIB}/pysollib/configobj/configobj.pyo
22${PYSITELIB}/pysollib/configobj/validate.py 22${PYSITELIB}/pysollib/configobj/validate.py
23${PYSITELIB}/pysollib/configobj/validate.pyc 23${PYSITELIB}/pysollib/configobj/validate.pyc
24${PYSITELIB}/pysollib/configobj/validate.pyo 24${PYSITELIB}/pysollib/configobj/validate.pyo
25${PYSITELIB}/pysollib/customgame.py 25${PYSITELIB}/pysollib/customgame.py
26${PYSITELIB}/pysollib/customgame.pyc 26${PYSITELIB}/pysollib/customgame.pyc
27${PYSITELIB}/pysollib/customgame.pyo 27${PYSITELIB}/pysollib/customgame.pyo
28${PYSITELIB}/pysollib/game.py 28${PYSITELIB}/pysollib/game.py
29${PYSITELIB}/pysollib/game.pyc 29${PYSITELIB}/pysollib/game.pyc
30${PYSITELIB}/pysollib/game.pyo 30${PYSITELIB}/pysollib/game.pyo
31${PYSITELIB}/pysollib/gamedb.py 31${PYSITELIB}/pysollib/gamedb.py
32${PYSITELIB}/pysollib/gamedb.pyc 32${PYSITELIB}/pysollib/gamedb.pyc
33${PYSITELIB}/pysollib/gamedb.pyo 33${PYSITELIB}/pysollib/gamedb.pyo
34${PYSITELIB}/pysollib/games/__init__.py 34${PYSITELIB}/pysollib/games/__init__.py
35${PYSITELIB}/pysollib/games/__init__.pyc 35${PYSITELIB}/pysollib/games/__init__.pyc
36${PYSITELIB}/pysollib/games/__init__.pyo 36${PYSITELIB}/pysollib/games/__init__.pyo
37${PYSITELIB}/pysollib/games/acesup.py 37${PYSITELIB}/pysollib/games/acesup.py
38${PYSITELIB}/pysollib/games/acesup.pyc 38${PYSITELIB}/pysollib/games/acesup.pyc
39${PYSITELIB}/pysollib/games/acesup.pyo 39${PYSITELIB}/pysollib/games/acesup.pyo
40${PYSITELIB}/pysollib/games/algerian.py 40${PYSITELIB}/pysollib/games/algerian.py
41${PYSITELIB}/pysollib/games/algerian.pyc 41${PYSITELIB}/pysollib/games/algerian.pyc
42${PYSITELIB}/pysollib/games/algerian.pyo 42${PYSITELIB}/pysollib/games/algerian.pyo
43${PYSITELIB}/pysollib/games/auldlangsyne.py 43${PYSITELIB}/pysollib/games/auldlangsyne.py
44${PYSITELIB}/pysollib/games/auldlangsyne.pyc 44${PYSITELIB}/pysollib/games/auldlangsyne.pyc
45${PYSITELIB}/pysollib/games/auldlangsyne.pyo 45${PYSITELIB}/pysollib/games/auldlangsyne.pyo
46${PYSITELIB}/pysollib/games/bakersdozen.py 46${PYSITELIB}/pysollib/games/bakersdozen.py
47${PYSITELIB}/pysollib/games/bakersdozen.pyc 47${PYSITELIB}/pysollib/games/bakersdozen.pyc
48${PYSITELIB}/pysollib/games/bakersdozen.pyo 48${PYSITELIB}/pysollib/games/bakersdozen.pyo
49${PYSITELIB}/pysollib/games/bakersgame.py 49${PYSITELIB}/pysollib/games/bakersgame.py
50${PYSITELIB}/pysollib/games/bakersgame.pyc 50${PYSITELIB}/pysollib/games/bakersgame.pyc
51${PYSITELIB}/pysollib/games/bakersgame.pyo 51${PYSITELIB}/pysollib/games/bakersgame.pyo
52${PYSITELIB}/pysollib/games/beleagueredcastle.py 52${PYSITELIB}/pysollib/games/beleagueredcastle.py
53${PYSITELIB}/pysollib/games/beleagueredcastle.pyc 53${PYSITELIB}/pysollib/games/beleagueredcastle.pyc
54${PYSITELIB}/pysollib/games/beleagueredcastle.pyo 54${PYSITELIB}/pysollib/games/beleagueredcastle.pyo
55${PYSITELIB}/pysollib/games/bisley.py 55${PYSITELIB}/pysollib/games/bisley.py
56${PYSITELIB}/pysollib/games/bisley.pyc 56${PYSITELIB}/pysollib/games/bisley.pyc
57${PYSITELIB}/pysollib/games/bisley.pyo 57${PYSITELIB}/pysollib/games/bisley.pyo
58${PYSITELIB}/pysollib/games/braid.py 58${PYSITELIB}/pysollib/games/braid.py
59${PYSITELIB}/pysollib/games/braid.pyc 59${PYSITELIB}/pysollib/games/braid.pyc
60${PYSITELIB}/pysollib/games/braid.pyo 60${PYSITELIB}/pysollib/games/braid.pyo
61${PYSITELIB}/pysollib/games/bristol.py 61${PYSITELIB}/pysollib/games/bristol.py
62${PYSITELIB}/pysollib/games/bristol.pyc 62${PYSITELIB}/pysollib/games/bristol.pyc
63${PYSITELIB}/pysollib/games/bristol.pyo 63${PYSITELIB}/pysollib/games/bristol.pyo
64${PYSITELIB}/pysollib/games/buffalobill.py 64${PYSITELIB}/pysollib/games/buffalobill.py
65${PYSITELIB}/pysollib/games/buffalobill.pyc 65${PYSITELIB}/pysollib/games/buffalobill.pyc
66${PYSITELIB}/pysollib/games/buffalobill.pyo 66${PYSITELIB}/pysollib/games/buffalobill.pyo
67${PYSITELIB}/pysollib/games/calculation.py 67${PYSITELIB}/pysollib/games/calculation.py
68${PYSITELIB}/pysollib/games/calculation.pyc 68${PYSITELIB}/pysollib/games/calculation.pyc
69${PYSITELIB}/pysollib/games/calculation.pyo 69${PYSITELIB}/pysollib/games/calculation.pyo
70${PYSITELIB}/pysollib/games/camelot.py 70${PYSITELIB}/pysollib/games/camelot.py
71${PYSITELIB}/pysollib/games/camelot.pyc 71${PYSITELIB}/pysollib/games/camelot.pyc
72${PYSITELIB}/pysollib/games/camelot.pyo 72${PYSITELIB}/pysollib/games/camelot.pyo
73${PYSITELIB}/pysollib/games/canfield.py 73${PYSITELIB}/pysollib/games/canfield.py
74${PYSITELIB}/pysollib/games/canfield.pyc 74${PYSITELIB}/pysollib/games/canfield.pyc
75${PYSITELIB}/pysollib/games/canfield.pyo 75${PYSITELIB}/pysollib/games/canfield.pyo
76${PYSITELIB}/pysollib/games/capricieuse.py 76${PYSITELIB}/pysollib/games/capricieuse.py
77${PYSITELIB}/pysollib/games/capricieuse.pyc 77${PYSITELIB}/pysollib/games/capricieuse.pyc
78${PYSITELIB}/pysollib/games/capricieuse.pyo 78${PYSITELIB}/pysollib/games/capricieuse.pyo
79${PYSITELIB}/pysollib/games/curdsandwhey.py 79${PYSITELIB}/pysollib/games/curdsandwhey.py
80${PYSITELIB}/pysollib/games/curdsandwhey.pyc 80${PYSITELIB}/pysollib/games/curdsandwhey.pyc
81${PYSITELIB}/pysollib/games/curdsandwhey.pyo 81${PYSITELIB}/pysollib/games/curdsandwhey.pyo
82${PYSITELIB}/pysollib/games/daddylonglegs.py 82${PYSITELIB}/pysollib/games/daddylonglegs.py
83${PYSITELIB}/pysollib/games/daddylonglegs.pyc 83${PYSITELIB}/pysollib/games/daddylonglegs.pyc
84${PYSITELIB}/pysollib/games/daddylonglegs.pyo 84${PYSITELIB}/pysollib/games/daddylonglegs.pyo
85${PYSITELIB}/pysollib/games/dieboesesieben.py 85${PYSITELIB}/pysollib/games/dieboesesieben.py
86${PYSITELIB}/pysollib/games/dieboesesieben.pyc 86${PYSITELIB}/pysollib/games/dieboesesieben.pyc
87${PYSITELIB}/pysollib/games/dieboesesieben.pyo 87${PYSITELIB}/pysollib/games/dieboesesieben.pyo
88${PYSITELIB}/pysollib/games/diplomat.py 88${PYSITELIB}/pysollib/games/diplomat.py
89${PYSITELIB}/pysollib/games/diplomat.pyc 89${PYSITELIB}/pysollib/games/diplomat.pyc
90${PYSITELIB}/pysollib/games/diplomat.pyo 90${PYSITELIB}/pysollib/games/diplomat.pyo
91${PYSITELIB}/pysollib/games/doublets.py 91${PYSITELIB}/pysollib/games/doublets.py
92${PYSITELIB}/pysollib/games/doublets.pyc 92${PYSITELIB}/pysollib/games/doublets.pyc
93${PYSITELIB}/pysollib/games/doublets.pyo 93${PYSITELIB}/pysollib/games/doublets.pyo
94${PYSITELIB}/pysollib/games/eiffeltower.py 94${PYSITELIB}/pysollib/games/eiffeltower.py
95${PYSITELIB}/pysollib/games/eiffeltower.pyc 95${PYSITELIB}/pysollib/games/eiffeltower.pyc
96${PYSITELIB}/pysollib/games/eiffeltower.pyo 96${PYSITELIB}/pysollib/games/eiffeltower.pyo
97${PYSITELIB}/pysollib/games/fan.py 97${PYSITELIB}/pysollib/games/fan.py
98${PYSITELIB}/pysollib/games/fan.pyc 98${PYSITELIB}/pysollib/games/fan.pyc
99${PYSITELIB}/pysollib/games/fan.pyo 99${PYSITELIB}/pysollib/games/fan.pyo
100${PYSITELIB}/pysollib/games/fortythieves.py 100${PYSITELIB}/pysollib/games/fortythieves.py
101${PYSITELIB}/pysollib/games/fortythieves.pyc 101${PYSITELIB}/pysollib/games/fortythieves.pyc
102${PYSITELIB}/pysollib/games/fortythieves.pyo 102${PYSITELIB}/pysollib/games/fortythieves.pyo
103${PYSITELIB}/pysollib/games/freecell.py 103${PYSITELIB}/pysollib/games/freecell.py
104${PYSITELIB}/pysollib/games/freecell.pyc 104${PYSITELIB}/pysollib/games/freecell.pyc
105${PYSITELIB}/pysollib/games/freecell.pyo 105${PYSITELIB}/pysollib/games/freecell.pyo
106${PYSITELIB}/pysollib/games/glenwood.py 106${PYSITELIB}/pysollib/games/glenwood.py
107${PYSITELIB}/pysollib/games/glenwood.pyc 107${PYSITELIB}/pysollib/games/glenwood.pyc
108${PYSITELIB}/pysollib/games/glenwood.pyo 108${PYSITELIB}/pysollib/games/glenwood.pyo
109${PYSITELIB}/pysollib/games/golf.py 109${PYSITELIB}/pysollib/games/golf.py
110${PYSITELIB}/pysollib/games/golf.pyc 110${PYSITELIB}/pysollib/games/golf.pyc
111${PYSITELIB}/pysollib/games/golf.pyo 111${PYSITELIB}/pysollib/games/golf.pyo
112${PYSITELIB}/pysollib/games/grandduchess.py 112${PYSITELIB}/pysollib/games/grandduchess.py
113${PYSITELIB}/pysollib/games/grandduchess.pyc 113${PYSITELIB}/pysollib/games/grandduchess.pyc
114${PYSITELIB}/pysollib/games/grandduchess.pyo 114${PYSITELIB}/pysollib/games/grandduchess.pyo
115${PYSITELIB}/pysollib/games/grandfathersclock.py 115${PYSITELIB}/pysollib/games/grandfathersclock.py
116${PYSITELIB}/pysollib/games/grandfathersclock.pyc 116${PYSITELIB}/pysollib/games/grandfathersclock.pyc
117${PYSITELIB}/pysollib/games/grandfathersclock.pyo 117${PYSITELIB}/pysollib/games/grandfathersclock.pyo
118${PYSITELIB}/pysollib/games/gypsy.py 118${PYSITELIB}/pysollib/games/gypsy.py
119${PYSITELIB}/pysollib/games/gypsy.pyc 119${PYSITELIB}/pysollib/games/gypsy.pyc
120${PYSITELIB}/pysollib/games/gypsy.pyo 120${PYSITELIB}/pysollib/games/gypsy.pyo
121${PYSITELIB}/pysollib/games/harp.py 121${PYSITELIB}/pysollib/games/harp.py
122${PYSITELIB}/pysollib/games/harp.pyc 122${PYSITELIB}/pysollib/games/harp.pyc
123${PYSITELIB}/pysollib/games/harp.pyo 123${PYSITELIB}/pysollib/games/harp.pyo
124${PYSITELIB}/pysollib/games/headsandtails.py 124${PYSITELIB}/pysollib/games/headsandtails.py
125${PYSITELIB}/pysollib/games/headsandtails.pyc 125${PYSITELIB}/pysollib/games/headsandtails.pyc
126${PYSITELIB}/pysollib/games/headsandtails.pyo 126${PYSITELIB}/pysollib/games/headsandtails.pyo
127${PYSITELIB}/pysollib/games/katzenschwanz.py 127${PYSITELIB}/pysollib/games/katzenschwanz.py
128${PYSITELIB}/pysollib/games/katzenschwanz.pyc 128${PYSITELIB}/pysollib/games/katzenschwanz.pyc
129${PYSITELIB}/pysollib/games/katzenschwanz.pyo 129${PYSITELIB}/pysollib/games/katzenschwanz.pyo
130${PYSITELIB}/pysollib/games/klondike.py 130${PYSITELIB}/pysollib/games/klondike.py
131${PYSITELIB}/pysollib/games/klondike.pyc 131${PYSITELIB}/pysollib/games/klondike.pyc
132${PYSITELIB}/pysollib/games/klondike.pyo 132${PYSITELIB}/pysollib/games/klondike.pyo
133${PYSITELIB}/pysollib/games/labyrinth.py 133${PYSITELIB}/pysollib/games/labyrinth.py
134${PYSITELIB}/pysollib/games/labyrinth.pyc 134${PYSITELIB}/pysollib/games/labyrinth.pyc
135${PYSITELIB}/pysollib/games/labyrinth.pyo 135${PYSITELIB}/pysollib/games/labyrinth.pyo
136${PYSITELIB}/pysollib/games/larasgame.py 136${PYSITELIB}/pysollib/games/larasgame.py
137${PYSITELIB}/pysollib/games/larasgame.pyc 137${PYSITELIB}/pysollib/games/larasgame.pyc
138${PYSITELIB}/pysollib/games/larasgame.pyo 138${PYSITELIB}/pysollib/games/larasgame.pyo
139${PYSITELIB}/pysollib/games/mahjongg/__init__.py 139${PYSITELIB}/pysollib/games/mahjongg/__init__.py
140${PYSITELIB}/pysollib/games/mahjongg/__init__.pyc 140${PYSITELIB}/pysollib/games/mahjongg/__init__.pyc
141${PYSITELIB}/pysollib/games/mahjongg/__init__.pyo 141${PYSITELIB}/pysollib/games/mahjongg/__init__.pyo
142${PYSITELIB}/pysollib/games/mahjongg/mahjongg.py 142${PYSITELIB}/pysollib/games/mahjongg/mahjongg.py
143${PYSITELIB}/pysollib/games/mahjongg/mahjongg.pyc 143${PYSITELIB}/pysollib/games/mahjongg/mahjongg.pyc
144${PYSITELIB}/pysollib/games/mahjongg/mahjongg.pyo 144${PYSITELIB}/pysollib/games/mahjongg/mahjongg.pyo
145${PYSITELIB}/pysollib/games/mahjongg/mahjongg1.py 145${PYSITELIB}/pysollib/games/mahjongg/mahjongg1.py
146${PYSITELIB}/pysollib/games/mahjongg/mahjongg1.pyc 146${PYSITELIB}/pysollib/games/mahjongg/mahjongg1.pyc
147${PYSITELIB}/pysollib/games/mahjongg/mahjongg1.pyo 147${PYSITELIB}/pysollib/games/mahjongg/mahjongg1.pyo
148${PYSITELIB}/pysollib/games/mahjongg/mahjongg2.py 148${PYSITELIB}/pysollib/games/mahjongg/mahjongg2.py
149${PYSITELIB}/pysollib/games/mahjongg/mahjongg2.pyc 149${PYSITELIB}/pysollib/games/mahjongg/mahjongg2.pyc
150${PYSITELIB}/pysollib/games/mahjongg/mahjongg2.pyo 150${PYSITELIB}/pysollib/games/mahjongg/mahjongg2.pyo
151${PYSITELIB}/pysollib/games/mahjongg/mahjongg3.py 151${PYSITELIB}/pysollib/games/mahjongg/mahjongg3.py
152${PYSITELIB}/pysollib/games/mahjongg/mahjongg3.pyc 152${PYSITELIB}/pysollib/games/mahjongg/mahjongg3.pyc
153${PYSITELIB}/pysollib/games/mahjongg/mahjongg3.pyo 153${PYSITELIB}/pysollib/games/mahjongg/mahjongg3.pyo
154${PYSITELIB}/pysollib/games/mahjongg/shisensho.py 154${PYSITELIB}/pysollib/games/mahjongg/shisensho.py
155${PYSITELIB}/pysollib/games/mahjongg/shisensho.pyc 155${PYSITELIB}/pysollib/games/mahjongg/shisensho.pyc
156${PYSITELIB}/pysollib/games/mahjongg/shisensho.pyo 156${PYSITELIB}/pysollib/games/mahjongg/shisensho.pyo
157${PYSITELIB}/pysollib/games/matriarchy.py 157${PYSITELIB}/pysollib/games/matriarchy.py
158${PYSITELIB}/pysollib/games/matriarchy.pyc 158${PYSITELIB}/pysollib/games/matriarchy.pyc
159${PYSITELIB}/pysollib/games/matriarchy.pyo 159${PYSITELIB}/pysollib/games/matriarchy.pyo
160${PYSITELIB}/pysollib/games/montana.py 160${PYSITELIB}/pysollib/games/montana.py
161${PYSITELIB}/pysollib/games/montana.pyc 161${PYSITELIB}/pysollib/games/montana.pyc
162${PYSITELIB}/pysollib/games/montana.pyo 162${PYSITELIB}/pysollib/games/montana.pyo
163${PYSITELIB}/pysollib/games/montecarlo.py 163${PYSITELIB}/pysollib/games/montecarlo.py
164${PYSITELIB}/pysollib/games/montecarlo.pyc 164${PYSITELIB}/pysollib/games/montecarlo.pyc
165${PYSITELIB}/pysollib/games/montecarlo.pyo 165${PYSITELIB}/pysollib/games/montecarlo.pyo
166${PYSITELIB}/pysollib/games/napoleon.py 166${PYSITELIB}/pysollib/games/napoleon.py
167${PYSITELIB}/pysollib/games/napoleon.pyc 167${PYSITELIB}/pysollib/games/napoleon.pyc
168${PYSITELIB}/pysollib/games/napoleon.pyo 168${PYSITELIB}/pysollib/games/napoleon.pyo
169${PYSITELIB}/pysollib/games/needle.py 169${PYSITELIB}/pysollib/games/needle.py
170${PYSITELIB}/pysollib/games/needle.pyc 170${PYSITELIB}/pysollib/games/needle.pyc
171${PYSITELIB}/pysollib/games/needle.pyo 171${PYSITELIB}/pysollib/games/needle.pyo
172${PYSITELIB}/pysollib/games/numerica.py 172${PYSITELIB}/pysollib/games/numerica.py
173${PYSITELIB}/pysollib/games/numerica.pyc 173${PYSITELIB}/pysollib/games/numerica.pyc
174${PYSITELIB}/pysollib/games/numerica.pyo 174${PYSITELIB}/pysollib/games/numerica.pyo
175${PYSITELIB}/pysollib/games/osmosis.py 175${PYSITELIB}/pysollib/games/osmosis.py
176${PYSITELIB}/pysollib/games/osmosis.pyc 176${PYSITELIB}/pysollib/games/osmosis.pyc
177${PYSITELIB}/pysollib/games/osmosis.pyo 177${PYSITELIB}/pysollib/games/osmosis.pyo
178${PYSITELIB}/pysollib/games/parallels.py 178${PYSITELIB}/pysollib/games/parallels.py
179${PYSITELIB}/pysollib/games/parallels.pyc 179${PYSITELIB}/pysollib/games/parallels.pyc
180${PYSITELIB}/pysollib/games/parallels.pyo 180${PYSITELIB}/pysollib/games/parallels.pyo
181${PYSITELIB}/pysollib/games/pasdedeux.py 181${PYSITELIB}/pysollib/games/pasdedeux.py
182${PYSITELIB}/pysollib/games/pasdedeux.pyc 182${PYSITELIB}/pysollib/games/pasdedeux.pyc
183${PYSITELIB}/pysollib/games/pasdedeux.pyo 183${PYSITELIB}/pysollib/games/pasdedeux.pyo
184${PYSITELIB}/pysollib/games/picturegallery.py 184${PYSITELIB}/pysollib/games/picturegallery.py
185${PYSITELIB}/pysollib/games/picturegallery.pyc 185${PYSITELIB}/pysollib/games/picturegallery.pyc
186${PYSITELIB}/pysollib/games/picturegallery.pyo 186${PYSITELIB}/pysollib/games/picturegallery.pyo
187${PYSITELIB}/pysollib/games/pileon.py 187${PYSITELIB}/pysollib/games/pileon.py
188${PYSITELIB}/pysollib/games/pileon.pyc 188${PYSITELIB}/pysollib/games/pileon.pyc
189${PYSITELIB}/pysollib/games/pileon.pyo 189${PYSITELIB}/pysollib/games/pileon.pyo
190${PYSITELIB}/pysollib/games/pushpin.py 190${PYSITELIB}/pysollib/games/pushpin.py
191${PYSITELIB}/pysollib/games/pushpin.pyc 191${PYSITELIB}/pysollib/games/pushpin.pyc
192${PYSITELIB}/pysollib/games/pushpin.pyo 192${PYSITELIB}/pysollib/games/pushpin.pyo
193${PYSITELIB}/pysollib/games/pyramid.py 193${PYSITELIB}/pysollib/games/pyramid.py
194${PYSITELIB}/pysollib/games/pyramid.pyc 194${PYSITELIB}/pysollib/games/pyramid.pyc
195${PYSITELIB}/pysollib/games/pyramid.pyo 195${PYSITELIB}/pysollib/games/pyramid.pyo
196${PYSITELIB}/pysollib/games/royalcotillion.py 196${PYSITELIB}/pysollib/games/royalcotillion.py
197${PYSITELIB}/pysollib/games/royalcotillion.pyc 197${PYSITELIB}/pysollib/games/royalcotillion.pyc
198${PYSITELIB}/pysollib/games/royalcotillion.pyo 198${PYSITELIB}/pysollib/games/royalcotillion.pyo
199${PYSITELIB}/pysollib/games/royaleast.py 199${PYSITELIB}/pysollib/games/royaleast.py
200${PYSITELIB}/pysollib/games/royaleast.pyc 200${PYSITELIB}/pysollib/games/royaleast.pyc
201${PYSITELIB}/pysollib/games/royaleast.pyo 201${PYSITELIB}/pysollib/games/royaleast.pyo
202${PYSITELIB}/pysollib/games/sanibel.py 202${PYSITELIB}/pysollib/games/sanibel.py
203${PYSITELIB}/pysollib/games/sanibel.pyc 203${PYSITELIB}/pysollib/games/sanibel.pyc
204${PYSITELIB}/pysollib/games/sanibel.pyo 204${PYSITELIB}/pysollib/games/sanibel.pyo
205${PYSITELIB}/pysollib/games/siebenbisas.py 205${PYSITELIB}/pysollib/games/siebenbisas.py
206${PYSITELIB}/pysollib/games/siebenbisas.pyc 206${PYSITELIB}/pysollib/games/siebenbisas.pyc
207${PYSITELIB}/pysollib/games/siebenbisas.pyo 207${PYSITELIB}/pysollib/games/siebenbisas.pyo
208${PYSITELIB}/pysollib/games/simplex.py 208${PYSITELIB}/pysollib/games/simplex.py
209${PYSITELIB}/pysollib/games/simplex.pyc 209${PYSITELIB}/pysollib/games/simplex.pyc
210${PYSITELIB}/pysollib/games/simplex.pyo 210${PYSITELIB}/pysollib/games/simplex.pyo
211${PYSITELIB}/pysollib/games/special/__init__.py 211${PYSITELIB}/pysollib/games/special/__init__.py
212${PYSITELIB}/pysollib/games/special/__init__.pyc 212${PYSITELIB}/pysollib/games/special/__init__.pyc
213${PYSITELIB}/pysollib/games/special/__init__.pyo 213${PYSITELIB}/pysollib/games/special/__init__.pyo
214${PYSITELIB}/pysollib/games/special/hanoi.py 214${PYSITELIB}/pysollib/games/special/hanoi.py
215${PYSITELIB}/pysollib/games/special/hanoi.pyc 215${PYSITELIB}/pysollib/games/special/hanoi.pyc
216${PYSITELIB}/pysollib/games/special/hanoi.pyo 216${PYSITELIB}/pysollib/games/special/hanoi.pyo
217${PYSITELIB}/pysollib/games/special/memory.py 217${PYSITELIB}/pysollib/games/special/memory.py
218${PYSITELIB}/pysollib/games/special/memory.pyc 218${PYSITELIB}/pysollib/games/special/memory.pyc
219${PYSITELIB}/pysollib/games/special/memory.pyo 219${PYSITELIB}/pysollib/games/special/memory.pyo
220${PYSITELIB}/pysollib/games/special/pegged.py 220${PYSITELIB}/pysollib/games/special/pegged.py
221${PYSITELIB}/pysollib/games/special/pegged.pyc 221${PYSITELIB}/pysollib/games/special/pegged.pyc
222${PYSITELIB}/pysollib/games/special/pegged.pyo 222${PYSITELIB}/pysollib/games/special/pegged.pyo
223${PYSITELIB}/pysollib/games/special/poker.py 223${PYSITELIB}/pysollib/games/special/poker.py
224${PYSITELIB}/pysollib/games/special/poker.pyc 224${PYSITELIB}/pysollib/games/special/poker.pyc
225${PYSITELIB}/pysollib/games/special/poker.pyo 225${PYSITELIB}/pysollib/games/special/poker.pyo
226${PYSITELIB}/pysollib/games/special/tarock.py 226${PYSITELIB}/pysollib/games/special/tarock.py
227${PYSITELIB}/pysollib/games/special/tarock.pyc 227${PYSITELIB}/pysollib/games/special/tarock.pyc
228${PYSITELIB}/pysollib/games/special/tarock.pyo 228${PYSITELIB}/pysollib/games/special/tarock.pyo
229${PYSITELIB}/pysollib/games/spider.py 229${PYSITELIB}/pysollib/games/spider.py
230${PYSITELIB}/pysollib/games/spider.pyc 230${PYSITELIB}/pysollib/games/spider.pyc
231${PYSITELIB}/pysollib/games/spider.pyo 231${PYSITELIB}/pysollib/games/spider.pyo
232${PYSITELIB}/pysollib/games/sthelena.py 232${PYSITELIB}/pysollib/games/sthelena.py
233${PYSITELIB}/pysollib/games/sthelena.pyc 233${PYSITELIB}/pysollib/games/sthelena.pyc
234${PYSITELIB}/pysollib/games/sthelena.pyo 234${PYSITELIB}/pysollib/games/sthelena.pyo
235${PYSITELIB}/pysollib/games/sultan.py 235${PYSITELIB}/pysollib/games/sultan.py
236${PYSITELIB}/pysollib/games/sultan.pyc 236${PYSITELIB}/pysollib/games/sultan.pyc
237${PYSITELIB}/pysollib/games/sultan.pyo 237${PYSITELIB}/pysollib/games/sultan.pyo
238${PYSITELIB}/pysollib/games/takeaway.py 238${PYSITELIB}/pysollib/games/takeaway.py
239${PYSITELIB}/pysollib/games/takeaway.pyc 239${PYSITELIB}/pysollib/games/takeaway.pyc
240${PYSITELIB}/pysollib/games/takeaway.pyo 240${PYSITELIB}/pysollib/games/takeaway.pyo
241${PYSITELIB}/pysollib/games/terrace.py 241${PYSITELIB}/pysollib/games/terrace.py
242${PYSITELIB}/pysollib/games/terrace.pyc 242${PYSITELIB}/pysollib/games/terrace.pyc
243${PYSITELIB}/pysollib/games/terrace.pyo 243${PYSITELIB}/pysollib/games/terrace.pyo
244${PYSITELIB}/pysollib/games/threepeaks.py 244${PYSITELIB}/pysollib/games/threepeaks.py
245${PYSITELIB}/pysollib/games/threepeaks.pyc 245${PYSITELIB}/pysollib/games/threepeaks.pyc
246${PYSITELIB}/pysollib/games/threepeaks.pyo 246${PYSITELIB}/pysollib/games/threepeaks.pyo
247${PYSITELIB}/pysollib/games/tournament.py 247${PYSITELIB}/pysollib/games/tournament.py
248${PYSITELIB}/pysollib/games/tournament.pyc 248${PYSITELIB}/pysollib/games/tournament.pyc
249${PYSITELIB}/pysollib/games/tournament.pyo 249${PYSITELIB}/pysollib/games/tournament.pyo
250${PYSITELIB}/pysollib/games/ultra/__init__.py 250${PYSITELIB}/pysollib/games/ultra/__init__.py
251${PYSITELIB}/pysollib/games/ultra/__init__.pyc 251${PYSITELIB}/pysollib/games/ultra/__init__.pyc
252${PYSITELIB}/pysollib/games/ultra/__init__.pyo 252${PYSITELIB}/pysollib/games/ultra/__init__.pyo
253${PYSITELIB}/pysollib/games/ultra/dashavatara.py 253${PYSITELIB}/pysollib/games/ultra/dashavatara.py
254${PYSITELIB}/pysollib/games/ultra/dashavatara.pyc 254${PYSITELIB}/pysollib/games/ultra/dashavatara.pyc
255${PYSITELIB}/pysollib/games/ultra/dashavatara.pyo 255${PYSITELIB}/pysollib/games/ultra/dashavatara.pyo
256${PYSITELIB}/pysollib/games/ultra/hanafuda.py 256${PYSITELIB}/pysollib/games/ultra/hanafuda.py
257${PYSITELIB}/pysollib/games/ultra/hanafuda.pyc 257${PYSITELIB}/pysollib/games/ultra/hanafuda.pyc
258${PYSITELIB}/pysollib/games/ultra/hanafuda.pyo 258${PYSITELIB}/pysollib/games/ultra/hanafuda.pyo
259${PYSITELIB}/pysollib/games/ultra/hanafuda1.py 259${PYSITELIB}/pysollib/games/ultra/hanafuda1.py
260${PYSITELIB}/pysollib/games/ultra/hanafuda1.pyc 260${PYSITELIB}/pysollib/games/ultra/hanafuda1.pyc
261${PYSITELIB}/pysollib/games/ultra/hanafuda1.pyo 261${PYSITELIB}/pysollib/games/ultra/hanafuda1.pyo
262${PYSITELIB}/pysollib/games/ultra/hanafuda_common.py 262${PYSITELIB}/pysollib/games/ultra/hanafuda_common.py
263${PYSITELIB}/pysollib/games/ultra/hanafuda_common.pyc 263${PYSITELIB}/pysollib/games/ultra/hanafuda_common.pyc
264${PYSITELIB}/pysollib/games/ultra/hanafuda_common.pyo 264${PYSITELIB}/pysollib/games/ultra/hanafuda_common.pyo
265${PYSITELIB}/pysollib/games/ultra/hexadeck.py 265${PYSITELIB}/pysollib/games/ultra/hexadeck.py
266${PYSITELIB}/pysollib/games/ultra/hexadeck.pyc 266${PYSITELIB}/pysollib/games/ultra/hexadeck.pyc
267${PYSITELIB}/pysollib/games/ultra/hexadeck.pyo 267${PYSITELIB}/pysollib/games/ultra/hexadeck.pyo
268${PYSITELIB}/pysollib/games/ultra/larasgame.py 268${PYSITELIB}/pysollib/games/ultra/larasgame.py
269${PYSITELIB}/pysollib/games/ultra/larasgame.pyc 269${PYSITELIB}/pysollib/games/ultra/larasgame.pyc
270${PYSITELIB}/pysollib/games/ultra/larasgame.pyo 270${PYSITELIB}/pysollib/games/ultra/larasgame.pyo
271${PYSITELIB}/pysollib/games/ultra/matrix.py 271${PYSITELIB}/pysollib/games/ultra/matrix.py
272${PYSITELIB}/pysollib/games/ultra/matrix.pyc 272${PYSITELIB}/pysollib/games/ultra/matrix.pyc
273${PYSITELIB}/pysollib/games/ultra/matrix.pyo 273${PYSITELIB}/pysollib/games/ultra/matrix.pyo
274${PYSITELIB}/pysollib/games/ultra/mughal.py 274${PYSITELIB}/pysollib/games/ultra/mughal.py
275${PYSITELIB}/pysollib/games/ultra/mughal.pyc 275${PYSITELIB}/pysollib/games/ultra/mughal.pyc
276${PYSITELIB}/pysollib/games/ultra/mughal.pyo 276${PYSITELIB}/pysollib/games/ultra/mughal.pyo
277${PYSITELIB}/pysollib/games/ultra/tarock.py 277${PYSITELIB}/pysollib/games/ultra/tarock.py
278${PYSITELIB}/pysollib/games/ultra/tarock.pyc 278${PYSITELIB}/pysollib/games/ultra/tarock.pyc
279${PYSITELIB}/pysollib/games/ultra/tarock.pyo 279${PYSITELIB}/pysollib/games/ultra/tarock.pyo
280${PYSITELIB}/pysollib/games/unionsquare.py 280${PYSITELIB}/pysollib/games/unionsquare.py
281${PYSITELIB}/pysollib/games/unionsquare.pyc 281${PYSITELIB}/pysollib/games/unionsquare.pyc
282${PYSITELIB}/pysollib/games/unionsquare.pyo 282${PYSITELIB}/pysollib/games/unionsquare.pyo
283${PYSITELIB}/pysollib/games/wavemotion.py 283${PYSITELIB}/pysollib/games/wavemotion.py
284${PYSITELIB}/pysollib/games/wavemotion.pyc 284${PYSITELIB}/pysollib/games/wavemotion.pyc
285${PYSITELIB}/pysollib/games/wavemotion.pyo 285${PYSITELIB}/pysollib/games/wavemotion.pyo
286${PYSITELIB}/pysollib/games/windmill.py 286${PYSITELIB}/pysollib/games/windmill.py
287${PYSITELIB}/pysollib/games/windmill.pyc 287${PYSITELIB}/pysollib/games/windmill.pyc
288${PYSITELIB}/pysollib/games/windmill.pyo 288${PYSITELIB}/pysollib/games/windmill.pyo
289${PYSITELIB}/pysollib/games/yukon.py 289${PYSITELIB}/pysollib/games/yukon.py
290${PYSITELIB}/pysollib/games/yukon.pyc 290${PYSITELIB}/pysollib/games/yukon.pyc
291${PYSITELIB}/pysollib/games/yukon.pyo 291${PYSITELIB}/pysollib/games/yukon.pyo
292${PYSITELIB}/pysollib/games/zodiac.py 292${PYSITELIB}/pysollib/games/zodiac.py
293${PYSITELIB}/pysollib/games/zodiac.pyc 293${PYSITELIB}/pysollib/games/zodiac.pyc
294${PYSITELIB}/pysollib/games/zodiac.pyo 294${PYSITELIB}/pysollib/games/zodiac.pyo
295${PYSITELIB}/pysollib/help.py 295${PYSITELIB}/pysollib/help.py
296${PYSITELIB}/pysollib/help.pyc 296${PYSITELIB}/pysollib/help.pyc
297${PYSITELIB}/pysollib/help.pyo 297${PYSITELIB}/pysollib/help.pyo
298${PYSITELIB}/pysollib/hint.py 298${PYSITELIB}/pysollib/hint.py
299${PYSITELIB}/pysollib/hint.pyc 299${PYSITELIB}/pysollib/hint.pyc
300${PYSITELIB}/pysollib/hint.pyo 300${PYSITELIB}/pysollib/hint.pyo
301${PYSITELIB}/pysollib/htmllib2.py 301${PYSITELIB}/pysollib/htmllib2.py
302${PYSITELIB}/pysollib/htmllib2.pyc 302${PYSITELIB}/pysollib/htmllib2.pyc
303${PYSITELIB}/pysollib/htmllib2.pyo 303${PYSITELIB}/pysollib/htmllib2.pyo
304${PYSITELIB}/pysollib/images.py 304${PYSITELIB}/pysollib/images.py
305${PYSITELIB}/pysollib/images.pyc 305${PYSITELIB}/pysollib/images.pyc
306${PYSITELIB}/pysollib/images.pyo 306${PYSITELIB}/pysollib/images.pyo
307${PYSITELIB}/pysollib/init.py 307${PYSITELIB}/pysollib/init.py
308${PYSITELIB}/pysollib/init.pyc 308${PYSITELIB}/pysollib/init.pyc
309${PYSITELIB}/pysollib/init.pyo 309${PYSITELIB}/pysollib/init.pyo
310${PYSITELIB}/pysollib/kivy/LApp.py 310${PYSITELIB}/pysollib/kivy/LApp.py
311${PYSITELIB}/pysollib/kivy/LApp.pyc 311${PYSITELIB}/pysollib/kivy/LApp.pyc
312${PYSITELIB}/pysollib/kivy/LApp.pyo 312${PYSITELIB}/pysollib/kivy/LApp.pyo
313${PYSITELIB}/pysollib/kivy/__init__.py 313${PYSITELIB}/pysollib/kivy/__init__.py
314${PYSITELIB}/pysollib/kivy/__init__.pyc 314${PYSITELIB}/pysollib/kivy/__init__.pyc
315${PYSITELIB}/pysollib/kivy/__init__.pyo 315${PYSITELIB}/pysollib/kivy/__init__.pyo
316${PYSITELIB}/pysollib/kivy/card.py 316${PYSITELIB}/pysollib/kivy/card.py
317${PYSITELIB}/pysollib/kivy/card.pyc 317${PYSITELIB}/pysollib/kivy/card.pyc
318${PYSITELIB}/pysollib/kivy/card.pyo 318${PYSITELIB}/pysollib/kivy/card.pyo
319${PYSITELIB}/pysollib/kivy/colorsdialog.py 319${PYSITELIB}/pysollib/kivy/colorsdialog.py
320${PYSITELIB}/pysollib/kivy/colorsdialog.pyc 320${PYSITELIB}/pysollib/kivy/colorsdialog.pyc
321${PYSITELIB}/pysollib/kivy/colorsdialog.pyo 321${PYSITELIB}/pysollib/kivy/colorsdialog.pyo
322${PYSITELIB}/pysollib/kivy/edittextdialog.py 322${PYSITELIB}/pysollib/kivy/edittextdialog.py
323${PYSITELIB}/pysollib/kivy/edittextdialog.pyc 323${PYSITELIB}/pysollib/kivy/edittextdialog.pyc
324${PYSITELIB}/pysollib/kivy/edittextdialog.pyo 324${PYSITELIB}/pysollib/kivy/edittextdialog.pyo
325${PYSITELIB}/pysollib/kivy/findcarddialog.py 325${PYSITELIB}/pysollib/kivy/findcarddialog.py
326${PYSITELIB}/pysollib/kivy/findcarddialog.pyc 326${PYSITELIB}/pysollib/kivy/findcarddialog.pyc
327${PYSITELIB}/pysollib/kivy/findcarddialog.pyo 327${PYSITELIB}/pysollib/kivy/findcarddialog.pyo
328${PYSITELIB}/pysollib/kivy/fontsdialog.py 328${PYSITELIB}/pysollib/kivy/fontsdialog.py
329${PYSITELIB}/pysollib/kivy/fontsdialog.pyc 329${PYSITELIB}/pysollib/kivy/fontsdialog.pyc
330${PYSITELIB}/pysollib/kivy/fontsdialog.pyo 330${PYSITELIB}/pysollib/kivy/fontsdialog.pyo
331${PYSITELIB}/pysollib/kivy/gameinfodialog.py 331${PYSITELIB}/pysollib/kivy/gameinfodialog.py
332${PYSITELIB}/pysollib/kivy/gameinfodialog.pyc 332${PYSITELIB}/pysollib/kivy/gameinfodialog.pyc
333${PYSITELIB}/pysollib/kivy/gameinfodialog.pyo 333${PYSITELIB}/pysollib/kivy/gameinfodialog.pyo
334${PYSITELIB}/pysollib/kivy/menubar.py 334${PYSITELIB}/pysollib/kivy/menubar.py
335${PYSITELIB}/pysollib/kivy/menubar.pyc 335${PYSITELIB}/pysollib/kivy/menubar.pyc
336${PYSITELIB}/pysollib/kivy/menubar.pyo 336${PYSITELIB}/pysollib/kivy/menubar.pyo
337${PYSITELIB}/pysollib/kivy/playeroptionsdialog.py 337${PYSITELIB}/pysollib/kivy/playeroptionsdialog.py
338${PYSITELIB}/pysollib/kivy/playeroptionsdialog.pyc 338${PYSITELIB}/pysollib/kivy/playeroptionsdialog.pyc
339${PYSITELIB}/pysollib/kivy/playeroptionsdialog.pyo 339${PYSITELIB}/pysollib/kivy/playeroptionsdialog.pyo
340${PYSITELIB}/pysollib/kivy/progressbar.py 340${PYSITELIB}/pysollib/kivy/progressbar.py
341${PYSITELIB}/pysollib/kivy/progressbar.pyc 341${PYSITELIB}/pysollib/kivy/progressbar.pyc
342${PYSITELIB}/pysollib/kivy/progressbar.pyo 342${PYSITELIB}/pysollib/kivy/progressbar.pyo
343${PYSITELIB}/pysollib/kivy/selectcardset.py 343${PYSITELIB}/pysollib/kivy/selectcardset.py
344${PYSITELIB}/pysollib/kivy/selectcardset.pyc 344${PYSITELIB}/pysollib/kivy/selectcardset.pyc
345${PYSITELIB}/pysollib/kivy/selectcardset.pyo 345${PYSITELIB}/pysollib/kivy/selectcardset.pyo
346${PYSITELIB}/pysollib/kivy/selectgame.py 346${PYSITELIB}/pysollib/kivy/selectgame.py
347${PYSITELIB}/pysollib/kivy/selectgame.pyc 347${PYSITELIB}/pysollib/kivy/selectgame.pyc
348${PYSITELIB}/pysollib/kivy/selectgame.pyo 348${PYSITELIB}/pysollib/kivy/selectgame.pyo
349${PYSITELIB}/pysollib/kivy/selecttree.py 349${PYSITELIB}/pysollib/kivy/selecttree.py
350${PYSITELIB}/pysollib/kivy/selecttree.pyc 350${PYSITELIB}/pysollib/kivy/selecttree.pyc
351${PYSITELIB}/pysollib/kivy/selecttree.pyo 351${PYSITELIB}/pysollib/kivy/selecttree.pyo
352${PYSITELIB}/pysollib/kivy/solverdialog.py 352${PYSITELIB}/pysollib/kivy/solverdialog.py
353${PYSITELIB}/pysollib/kivy/solverdialog.pyc 353${PYSITELIB}/pysollib/kivy/solverdialog.pyc
354${PYSITELIB}/pysollib/kivy/solverdialog.pyo 354${PYSITELIB}/pysollib/kivy/solverdialog.pyo
355${PYSITELIB}/pysollib/kivy/statusbar.py 355${PYSITELIB}/pysollib/kivy/statusbar.py
356${PYSITELIB}/pysollib/kivy/statusbar.pyc 356${PYSITELIB}/pysollib/kivy/statusbar.pyc
357${PYSITELIB}/pysollib/kivy/statusbar.pyo 357${PYSITELIB}/pysollib/kivy/statusbar.pyo
358${PYSITELIB}/pysollib/kivy/timeoutsdialog.py 358${PYSITELIB}/pysollib/kivy/timeoutsdialog.py
359${PYSITELIB}/pysollib/kivy/timeoutsdialog.pyc 359${PYSITELIB}/pysollib/kivy/timeoutsdialog.pyc
360${PYSITELIB}/pysollib/kivy/timeoutsdialog.pyo 360${PYSITELIB}/pysollib/kivy/timeoutsdialog.pyo
361${PYSITELIB}/pysollib/kivy/tkcanvas.py 361${PYSITELIB}/pysollib/kivy/tkcanvas.py
362${PYSITELIB}/pysollib/kivy/tkcanvas.pyc 362${PYSITELIB}/pysollib/kivy/tkcanvas.pyc
363${PYSITELIB}/pysollib/kivy/tkcanvas.pyo 363${PYSITELIB}/pysollib/kivy/tkcanvas.pyo
364${PYSITELIB}/pysollib/kivy/tkconst.py 364${PYSITELIB}/pysollib/kivy/tkconst.py
365${PYSITELIB}/pysollib/kivy/tkconst.pyc 365${PYSITELIB}/pysollib/kivy/tkconst.pyc
366${PYSITELIB}/pysollib/kivy/tkconst.pyo 366${PYSITELIB}/pysollib/kivy/tkconst.pyo
367${PYSITELIB}/pysollib/kivy/tkhtml.py 367${PYSITELIB}/pysollib/kivy/tkhtml.py
368${PYSITELIB}/pysollib/kivy/tkhtml.pyc 368${PYSITELIB}/pysollib/kivy/tkhtml.pyc
369${PYSITELIB}/pysollib/kivy/tkhtml.pyo 369${PYSITELIB}/pysollib/kivy/tkhtml.pyo
370${PYSITELIB}/pysollib/kivy/tkstats.py 370${PYSITELIB}/pysollib/kivy/tkstats.py
371${PYSITELIB}/pysollib/kivy/tkstats.pyc 371${PYSITELIB}/pysollib/kivy/tkstats.pyc
372${PYSITELIB}/pysollib/kivy/tkstats.pyo 372${PYSITELIB}/pysollib/kivy/tkstats.pyo
373${PYSITELIB}/pysollib/kivy/tktree.py 373${PYSITELIB}/pysollib/kivy/tktree.py
374${PYSITELIB}/pysollib/kivy/tktree.pyc 374${PYSITELIB}/pysollib/kivy/tktree.pyc
375${PYSITELIB}/pysollib/kivy/tktree.pyo 375${PYSITELIB}/pysollib/kivy/tktree.pyo
376${PYSITELIB}/pysollib/kivy/tkutil.py 376${PYSITELIB}/pysollib/kivy/tkutil.py
377${PYSITELIB}/pysollib/kivy/tkutil.pyc 377${PYSITELIB}/pysollib/kivy/tkutil.pyc
378${PYSITELIB}/pysollib/kivy/tkutil.pyo 378${PYSITELIB}/pysollib/kivy/tkutil.pyo
379${PYSITELIB}/pysollib/kivy/tkwidget.py 379${PYSITELIB}/pysollib/kivy/tkwidget.py
380${PYSITELIB}/pysollib/kivy/tkwidget.pyc 380${PYSITELIB}/pysollib/kivy/tkwidget.pyc
381${PYSITELIB}/pysollib/kivy/tkwidget.pyo 381${PYSITELIB}/pysollib/kivy/tkwidget.pyo
382${PYSITELIB}/pysollib/kivy/tkwrap.py 382${PYSITELIB}/pysollib/kivy/tkwrap.py
383${PYSITELIB}/pysollib/kivy/tkwrap.pyc 383${PYSITELIB}/pysollib/kivy/tkwrap.pyc
384${PYSITELIB}/pysollib/kivy/tkwrap.pyo 384${PYSITELIB}/pysollib/kivy/tkwrap.pyo
385${PYSITELIB}/pysollib/kivy/toolbar.py 385${PYSITELIB}/pysollib/kivy/toolbar.py
386${PYSITELIB}/pysollib/kivy/toolbar.pyc 386${PYSITELIB}/pysollib/kivy/toolbar.pyc
387${PYSITELIB}/pysollib/kivy/toolbar.pyo 387${PYSITELIB}/pysollib/kivy/toolbar.pyo
388${PYSITELIB}/pysollib/layout.py 388${PYSITELIB}/pysollib/layout.py
389${PYSITELIB}/pysollib/layout.pyc 389${PYSITELIB}/pysollib/layout.pyc
390${PYSITELIB}/pysollib/layout.pyo 390${PYSITELIB}/pysollib/layout.pyo
391${PYSITELIB}/pysollib/macosx/__init__.py 391${PYSITELIB}/pysollib/macosx/__init__.py
392${PYSITELIB}/pysollib/macosx/__init__.pyc 392${PYSITELIB}/pysollib/macosx/__init__.pyc
393${PYSITELIB}/pysollib/macosx/__init__.pyo 393${PYSITELIB}/pysollib/macosx/__init__.pyo
394${PYSITELIB}/pysollib/macosx/appSupport.py 394${PYSITELIB}/pysollib/macosx/appSupport.py
395${PYSITELIB}/pysollib/macosx/appSupport.pyc 395${PYSITELIB}/pysollib/macosx/appSupport.pyc
396${PYSITELIB}/pysollib/macosx/appSupport.pyo 396${PYSITELIB}/pysollib/macosx/appSupport.pyo
397${PYSITELIB}/pysollib/main.py 397${PYSITELIB}/pysollib/main.py
398${PYSITELIB}/pysollib/main.pyc 398${PYSITELIB}/pysollib/main.pyc
399${PYSITELIB}/pysollib/main.pyo 399${PYSITELIB}/pysollib/main.pyo
400${PYSITELIB}/pysollib/mfxutil.py 400${PYSITELIB}/pysollib/mfxutil.py
401${PYSITELIB}/pysollib/mfxutil.pyc 401${PYSITELIB}/pysollib/mfxutil.pyc
402${PYSITELIB}/pysollib/mfxutil.pyo 402${PYSITELIB}/pysollib/mfxutil.pyo
403${PYSITELIB}/pysollib/move.py 403${PYSITELIB}/pysollib/move.py
404${PYSITELIB}/pysollib/move.pyc 404${PYSITELIB}/pysollib/move.pyc
405${PYSITELIB}/pysollib/move.pyo 405${PYSITELIB}/pysollib/move.pyo
406${PYSITELIB}/pysollib/mygettext.py 406${PYSITELIB}/pysollib/mygettext.py
407${PYSITELIB}/pysollib/mygettext.pyc 407${PYSITELIB}/pysollib/mygettext.pyc
408${PYSITELIB}/pysollib/mygettext.pyo 408${PYSITELIB}/pysollib/mygettext.pyo
409${PYSITELIB}/pysollib/options.py 409${PYSITELIB}/pysollib/options.py
410${PYSITELIB}/pysollib/options.pyc 410${PYSITELIB}/pysollib/options.pyc
411${PYSITELIB}/pysollib/options.pyo 411${PYSITELIB}/pysollib/options.pyo
412${PYSITELIB}/pysollib/pysolaudio.py 412${PYSITELIB}/pysollib/pysolaudio.py
413${PYSITELIB}/pysollib/pysolaudio.pyc 413${PYSITELIB}/pysollib/pysolaudio.pyc
414${PYSITELIB}/pysollib/pysolaudio.pyo 414${PYSITELIB}/pysollib/pysolaudio.pyo
415${PYSITELIB}/pysollib/pysolgtk/__init__.py 415${PYSITELIB}/pysollib/pysolgtk/__init__.py
416${PYSITELIB}/pysollib/pysolgtk/__init__.pyc 416${PYSITELIB}/pysollib/pysolgtk/__init__.pyc
417${PYSITELIB}/pysollib/pysolgtk/__init__.pyo 417${PYSITELIB}/pysollib/pysolgtk/__init__.pyo
418${PYSITELIB}/pysollib/pysolgtk/card.py 418${PYSITELIB}/pysollib/pysolgtk/card.py
419${PYSITELIB}/pysollib/pysolgtk/card.pyc 419${PYSITELIB}/pysollib/pysolgtk/card.pyc
420${PYSITELIB}/pysollib/pysolgtk/card.pyo 420${PYSITELIB}/pysollib/pysolgtk/card.pyo
421${PYSITELIB}/pysollib/pysolgtk/colorsdialog.py 421${PYSITELIB}/pysollib/pysolgtk/colorsdialog.py
422${PYSITELIB}/pysollib/pysolgtk/colorsdialog.pyc 422${PYSITELIB}/pysollib/pysolgtk/colorsdialog.pyc
423${PYSITELIB}/pysollib/pysolgtk/colorsdialog.pyo 423${PYSITELIB}/pysollib/pysolgtk/colorsdialog.pyo
424${PYSITELIB}/pysollib/pysolgtk/edittextdialog.py 424${PYSITELIB}/pysollib/pysolgtk/edittextdialog.py
425${PYSITELIB}/pysollib/pysolgtk/edittextdialog.pyc 425${PYSITELIB}/pysollib/pysolgtk/edittextdialog.pyc
426${PYSITELIB}/pysollib/pysolgtk/edittextdialog.pyo 426${PYSITELIB}/pysollib/pysolgtk/edittextdialog.pyo
427${PYSITELIB}/pysollib/pysolgtk/findcarddialog.py 427${PYSITELIB}/pysollib/pysolgtk/findcarddialog.py
428${PYSITELIB}/pysollib/pysolgtk/findcarddialog.pyc 428${PYSITELIB}/pysollib/pysolgtk/findcarddialog.pyc
429${PYSITELIB}/pysollib/pysolgtk/findcarddialog.pyo 429${PYSITELIB}/pysollib/pysolgtk/findcarddialog.pyo
430${PYSITELIB}/pysollib/pysolgtk/fontsdialog.py 430${PYSITELIB}/pysollib/pysolgtk/fontsdialog.py
431${PYSITELIB}/pysollib/pysolgtk/fontsdialog.pyc 431${PYSITELIB}/pysollib/pysolgtk/fontsdialog.pyc
432${PYSITELIB}/pysollib/pysolgtk/fontsdialog.pyo 432${PYSITELIB}/pysollib/pysolgtk/fontsdialog.pyo
433${PYSITELIB}/pysollib/pysolgtk/gameinfodialog.py 433${PYSITELIB}/pysollib/pysolgtk/gameinfodialog.py
434${PYSITELIB}/pysollib/pysolgtk/gameinfodialog.pyc 434${PYSITELIB}/pysollib/pysolgtk/gameinfodialog.pyc
435${PYSITELIB}/pysollib/pysolgtk/gameinfodialog.pyo 435${PYSITELIB}/pysollib/pysolgtk/gameinfodialog.pyo
436${PYSITELIB}/pysollib/pysolgtk/menubar.py 436${PYSITELIB}/pysollib/pysolgtk/menubar.py
437${PYSITELIB}/pysollib/pysolgtk/menubar.pyc 437${PYSITELIB}/pysollib/pysolgtk/menubar.pyc
438${PYSITELIB}/pysollib/pysolgtk/menubar.pyo 438${PYSITELIB}/pysollib/pysolgtk/menubar.pyo
439${PYSITELIB}/pysollib/pysolgtk/playeroptionsdialog.py 439${PYSITELIB}/pysollib/pysolgtk/playeroptionsdialog.py
440${PYSITELIB}/pysollib/pysolgtk/playeroptionsdialog.pyc 440${PYSITELIB}/pysollib/pysolgtk/playeroptionsdialog.pyc
441${PYSITELIB}/pysollib/pysolgtk/playeroptionsdialog.pyo 441${PYSITELIB}/pysollib/pysolgtk/playeroptionsdialog.pyo
442${PYSITELIB}/pysollib/pysolgtk/progressbar.py 442${PYSITELIB}/pysollib/pysolgtk/progressbar.py
443${PYSITELIB}/pysollib/pysolgtk/progressbar.pyc 443${PYSITELIB}/pysollib/pysolgtk/progressbar.pyc
444${PYSITELIB}/pysollib/pysolgtk/progressbar.pyo 444${PYSITELIB}/pysollib/pysolgtk/progressbar.pyo
445${PYSITELIB}/pysollib/pysolgtk/pysoltree.py 445${PYSITELIB}/pysollib/pysolgtk/pysoltree.py
446${PYSITELIB}/pysollib/pysolgtk/pysoltree.pyc 446${PYSITELIB}/pysollib/pysolgtk/pysoltree.pyc
447${PYSITELIB}/pysollib/pysolgtk/pysoltree.pyo 447${PYSITELIB}/pysollib/pysolgtk/pysoltree.pyo
448${PYSITELIB}/pysollib/pysolgtk/selectcardset.py 448${PYSITELIB}/pysollib/pysolgtk/selectcardset.py
449${PYSITELIB}/pysollib/pysolgtk/selectcardset.pyc 449${PYSITELIB}/pysollib/pysolgtk/selectcardset.pyc
450${PYSITELIB}/pysollib/pysolgtk/selectcardset.pyo 450${PYSITELIB}/pysollib/pysolgtk/selectcardset.pyo
451${PYSITELIB}/pysollib/pysolgtk/selectgame.py 451${PYSITELIB}/pysollib/pysolgtk/selectgame.py
452${PYSITELIB}/pysollib/pysolgtk/selectgame.pyc 452${PYSITELIB}/pysollib/pysolgtk/selectgame.pyc
453${PYSITELIB}/pysollib/pysolgtk/selectgame.pyo 453${PYSITELIB}/pysollib/pysolgtk/selectgame.pyo
454${PYSITELIB}/pysollib/pysolgtk/selecttile.py 454${PYSITELIB}/pysollib/pysolgtk/selecttile.py
455${PYSITELIB}/pysollib/pysolgtk/selecttile.pyc 455${PYSITELIB}/pysollib/pysolgtk/selecttile.pyc
456${PYSITELIB}/pysollib/pysolgtk/selecttile.pyo 456${PYSITELIB}/pysollib/pysolgtk/selecttile.pyo
457${PYSITELIB}/pysollib/pysolgtk/solverdialog.py 457${PYSITELIB}/pysollib/pysolgtk/solverdialog.py
458${PYSITELIB}/pysollib/pysolgtk/solverdialog.pyc 458${PYSITELIB}/pysollib/pysolgtk/solverdialog.pyc
459${PYSITELIB}/pysollib/pysolgtk/solverdialog.pyo 459${PYSITELIB}/pysollib/pysolgtk/solverdialog.pyo
460${PYSITELIB}/pysollib/pysolgtk/soundoptionsdialog.py 460${PYSITELIB}/pysollib/pysolgtk/soundoptionsdialog.py
461${PYSITELIB}/pysollib/pysolgtk/soundoptionsdialog.pyc 461${PYSITELIB}/pysollib/pysolgtk/soundoptionsdialog.pyc
462${PYSITELIB}/pysollib/pysolgtk/soundoptionsdialog.pyo 462${PYSITELIB}/pysollib/pysolgtk/soundoptionsdialog.pyo
463${PYSITELIB}/pysollib/pysolgtk/statusbar.py 463${PYSITELIB}/pysollib/pysolgtk/statusbar.py
464${PYSITELIB}/pysollib/pysolgtk/statusbar.pyc 464${PYSITELIB}/pysollib/pysolgtk/statusbar.pyc
465${PYSITELIB}/pysollib/pysolgtk/statusbar.pyo 465${PYSITELIB}/pysollib/pysolgtk/statusbar.pyo
466${PYSITELIB}/pysollib/pysolgtk/timeoutsdialog.py 466${PYSITELIB}/pysollib/pysolgtk/timeoutsdialog.py
467${PYSITELIB}/pysollib/pysolgtk/timeoutsdialog.pyc 467${PYSITELIB}/pysollib/pysolgtk/timeoutsdialog.pyc
468${PYSITELIB}/pysollib/pysolgtk/timeoutsdialog.pyo 468${PYSITELIB}/pysollib/pysolgtk/timeoutsdialog.pyo
469${PYSITELIB}/pysollib/pysolgtk/tkcanvas.py 469${PYSITELIB}/pysollib/pysolgtk/tkcanvas.py
470${PYSITELIB}/pysollib/pysolgtk/tkcanvas.pyc 470${PYSITELIB}/pysollib/pysolgtk/tkcanvas.pyc
471${PYSITELIB}/pysollib/pysolgtk/tkcanvas.pyo 471${PYSITELIB}/pysollib/pysolgtk/tkcanvas.pyo
472${PYSITELIB}/pysollib/pysolgtk/tkconst.py 472${PYSITELIB}/pysollib/pysolgtk/tkconst.py
473${PYSITELIB}/pysollib/pysolgtk/tkconst.pyc 473${PYSITELIB}/pysollib/pysolgtk/tkconst.pyc
474${PYSITELIB}/pysollib/pysolgtk/tkconst.pyo 474${PYSITELIB}/pysollib/pysolgtk/tkconst.pyo
475${PYSITELIB}/pysollib/pysolgtk/tkhtml.py 475${PYSITELIB}/pysollib/pysolgtk/tkhtml.py
476${PYSITELIB}/pysollib/pysolgtk/tkhtml.pyc 476${PYSITELIB}/pysollib/pysolgtk/tkhtml.pyc
477${PYSITELIB}/pysollib/pysolgtk/tkhtml.pyo 477${PYSITELIB}/pysollib/pysolgtk/tkhtml.pyo
478${PYSITELIB}/pysollib/pysolgtk/tkstats.py 478${PYSITELIB}/pysollib/pysolgtk/tkstats.py
479${PYSITELIB}/pysollib/pysolgtk/tkstats.pyc 479${PYSITELIB}/pysollib/pysolgtk/tkstats.pyc
480${PYSITELIB}/pysollib/pysolgtk/tkstats.pyo 480${PYSITELIB}/pysollib/pysolgtk/tkstats.pyo
481${PYSITELIB}/pysollib/pysolgtk/tkutil.py 481${PYSITELIB}/pysollib/pysolgtk/tkutil.py
482${PYSITELIB}/pysollib/pysolgtk/tkutil.pyc 482${PYSITELIB}/pysollib/pysolgtk/tkutil.pyc
483${PYSITELIB}/pysollib/pysolgtk/tkutil.pyo 483${PYSITELIB}/pysollib/pysolgtk/tkutil.pyo
484${PYSITELIB}/pysollib/pysolgtk/tkwidget.py 484${PYSITELIB}/pysollib/pysolgtk/tkwidget.py
485${PYSITELIB}/pysollib/pysolgtk/tkwidget.pyc 485${PYSITELIB}/pysollib/pysolgtk/tkwidget.pyc
486${PYSITELIB}/pysollib/pysolgtk/tkwidget.pyo 486${PYSITELIB}/pysollib/pysolgtk/tkwidget.pyo
487${PYSITELIB}/pysollib/pysolgtk/tkwrap.py 487${PYSITELIB}/pysollib/pysolgtk/tkwrap.py
488${PYSITELIB}/pysollib/pysolgtk/tkwrap.pyc 488${PYSITELIB}/pysollib/pysolgtk/tkwrap.pyc
489${PYSITELIB}/pysollib/pysolgtk/tkwrap.pyo 489${PYSITELIB}/pysollib/pysolgtk/tkwrap.pyo
490${PYSITELIB}/pysollib/pysolgtk/toolbar.py 490${PYSITELIB}/pysollib/pysolgtk/toolbar.py
491${PYSITELIB}/pysollib/pysolgtk/toolbar.pyc 491${PYSITELIB}/pysollib/pysolgtk/toolbar.pyc
492${PYSITELIB}/pysollib/pysolgtk/toolbar.pyo 492${PYSITELIB}/pysollib/pysolgtk/toolbar.pyo
493${PYSITELIB}/pysollib/pysolrandom.py 493${PYSITELIB}/pysollib/pysolrandom.py
494${PYSITELIB}/pysollib/pysolrandom.pyc 494${PYSITELIB}/pysollib/pysolrandom.pyc
495${PYSITELIB}/pysollib/pysolrandom.pyo 495${PYSITELIB}/pysollib/pysolrandom.pyo
496${PYSITELIB}/pysollib/pysoltk.py 496${PYSITELIB}/pysollib/pysoltk.py
497${PYSITELIB}/pysollib/pysoltk.pyc 497${PYSITELIB}/pysollib/pysoltk.pyc
498${PYSITELIB}/pysollib/pysoltk.pyo 498${PYSITELIB}/pysollib/pysoltk.pyo
499${PYSITELIB}/pysollib/resource.py 499${PYSITELIB}/pysollib/resource.py
500${PYSITELIB}/pysollib/resource.pyc 500${PYSITELIB}/pysollib/resource.pyc
501${PYSITELIB}/pysollib/resource.pyo 501${PYSITELIB}/pysollib/resource.pyo
502${PYSITELIB}/pysollib/settings.py 502${PYSITELIB}/pysollib/settings.py
503${PYSITELIB}/pysollib/settings.pyc 503${PYSITELIB}/pysollib/settings.pyc
504${PYSITELIB}/pysollib/settings.pyo 504${PYSITELIB}/pysollib/settings.pyo
505${PYSITELIB}/pysollib/stack.py 505${PYSITELIB}/pysollib/stack.py
506${PYSITELIB}/pysollib/stack.pyc 506${PYSITELIB}/pysollib/stack.pyc
507${PYSITELIB}/pysollib/stack.pyo 507${PYSITELIB}/pysollib/stack.pyo
508${PYSITELIB}/pysollib/stats.py 508${PYSITELIB}/pysollib/stats.py
509${PYSITELIB}/pysollib/stats.pyc 509${PYSITELIB}/pysollib/stats.pyc
510${PYSITELIB}/pysollib/stats.pyo 510${PYSITELIB}/pysollib/stats.pyo
511${PYSITELIB}/pysollib/tile/__init__.py 511${PYSITELIB}/pysollib/tile/__init__.py
512${PYSITELIB}/pysollib/tile/__init__.pyc 512${PYSITELIB}/pysollib/tile/__init__.pyc
513${PYSITELIB}/pysollib/tile/__init__.pyo 513${PYSITELIB}/pysollib/tile/__init__.pyo
514${PYSITELIB}/pysollib/tile/basetilemfxdialog.py 514${PYSITELIB}/pysollib/tile/basetilemfxdialog.py
515${PYSITELIB}/pysollib/tile/basetilemfxdialog.pyc 515${PYSITELIB}/pysollib/tile/basetilemfxdialog.pyc
516${PYSITELIB}/pysollib/tile/basetilemfxdialog.pyo 516${PYSITELIB}/pysollib/tile/basetilemfxdialog.pyo
517${PYSITELIB}/pysollib/tile/colorsdialog.py 517${PYSITELIB}/pysollib/tile/colorsdialog.py
518${PYSITELIB}/pysollib/tile/colorsdialog.pyc 518${PYSITELIB}/pysollib/tile/colorsdialog.pyc
519${PYSITELIB}/pysollib/tile/colorsdialog.pyo 519${PYSITELIB}/pysollib/tile/colorsdialog.pyo
520${PYSITELIB}/pysollib/tile/edittextdialog.py 520${PYSITELIB}/pysollib/tile/edittextdialog.py
521${PYSITELIB}/pysollib/tile/edittextdialog.pyc 521${PYSITELIB}/pysollib/tile/edittextdialog.pyc
522${PYSITELIB}/pysollib/tile/edittextdialog.pyo 522${PYSITELIB}/pysollib/tile/edittextdialog.pyo
523${PYSITELIB}/pysollib/tile/fontsdialog.py 523${PYSITELIB}/pysollib/tile/fontsdialog.py
524${PYSITELIB}/pysollib/tile/fontsdialog.pyc 524${PYSITELIB}/pysollib/tile/fontsdialog.pyc
525${PYSITELIB}/pysollib/tile/fontsdialog.pyo 525${PYSITELIB}/pysollib/tile/fontsdialog.pyo
526${PYSITELIB}/pysollib/tile/gameinfodialog.py 526${PYSITELIB}/pysollib/tile/gameinfodialog.py
527${PYSITELIB}/pysollib/tile/gameinfodialog.pyc 527${PYSITELIB}/pysollib/tile/gameinfodialog.pyc
528${PYSITELIB}/pysollib/tile/gameinfodialog.pyo 528${PYSITELIB}/pysollib/tile/gameinfodialog.pyo
529${PYSITELIB}/pysollib/tile/menubar.py 529${PYSITELIB}/pysollib/tile/menubar.py
530${PYSITELIB}/pysollib/tile/menubar.pyc 530${PYSITELIB}/pysollib/tile/menubar.pyc
531${PYSITELIB}/pysollib/tile/menubar.pyo 531${PYSITELIB}/pysollib/tile/menubar.pyo
532${PYSITELIB}/pysollib/tile/playeroptionsdialog.py 532${PYSITELIB}/pysollib/tile/playeroptionsdialog.py
533${PYSITELIB}/pysollib/tile/playeroptionsdialog.pyc 533${PYSITELIB}/pysollib/tile/playeroptionsdialog.pyc
534${PYSITELIB}/pysollib/tile/playeroptionsdialog.pyo 534${PYSITELIB}/pysollib/tile/playeroptionsdialog.pyo
535${PYSITELIB}/pysollib/tile/progressbar.py 535${PYSITELIB}/pysollib/tile/progressbar.py
536${PYSITELIB}/pysollib/tile/progressbar.pyc 536${PYSITELIB}/pysollib/tile/progressbar.pyc
537${PYSITELIB}/pysollib/tile/progressbar.pyo 537${PYSITELIB}/pysollib/tile/progressbar.pyo
538${PYSITELIB}/pysollib/tile/selectcardset.py 538${PYSITELIB}/pysollib/tile/selectcardset.py
539${PYSITELIB}/pysollib/tile/selectcardset.pyc 539${PYSITELIB}/pysollib/tile/selectcardset.pyc
540${PYSITELIB}/pysollib/tile/selectcardset.pyo 540${PYSITELIB}/pysollib/tile/selectcardset.pyo
541${PYSITELIB}/pysollib/tile/selectgame.py 541${PYSITELIB}/pysollib/tile/selectgame.py
542${PYSITELIB}/pysollib/tile/selectgame.pyc 542${PYSITELIB}/pysollib/tile/selectgame.pyc
543${PYSITELIB}/pysollib/tile/selectgame.pyo 543${PYSITELIB}/pysollib/tile/selectgame.pyo
544${PYSITELIB}/pysollib/tile/selecttile.py 544${PYSITELIB}/pysollib/tile/selecttile.py
545${PYSITELIB}/pysollib/tile/selecttile.pyc 545${PYSITELIB}/pysollib/tile/selecttile.pyc
546${PYSITELIB}/pysollib/tile/selecttile.pyo 546${PYSITELIB}/pysollib/tile/selecttile.pyo
547${PYSITELIB}/pysollib/tile/selecttree.py 547${PYSITELIB}/pysollib/tile/selecttree.py
548${PYSITELIB}/pysollib/tile/selecttree.pyc 548${PYSITELIB}/pysollib/tile/selecttree.pyc
549${PYSITELIB}/pysollib/tile/selecttree.pyo 549${PYSITELIB}/pysollib/tile/selecttree.pyo
550${PYSITELIB}/pysollib/tile/solverdialog.py 550${PYSITELIB}/pysollib/tile/solverdialog.py
551${PYSITELIB}/pysollib/tile/solverdialog.pyc 551${PYSITELIB}/pysollib/tile/solverdialog.pyc
552${PYSITELIB}/pysollib/tile/solverdialog.pyo 552${PYSITELIB}/pysollib/tile/solverdialog.pyo
553${PYSITELIB}/pysollib/tile/soundoptionsdialog.py 553${PYSITELIB}/pysollib/tile/soundoptionsdialog.py
554${PYSITELIB}/pysollib/tile/soundoptionsdialog.pyc 554${PYSITELIB}/pysollib/tile/soundoptionsdialog.pyc
555${PYSITELIB}/pysollib/tile/soundoptionsdialog.pyo 555${PYSITELIB}/pysollib/tile/soundoptionsdialog.pyo
556${PYSITELIB}/pysollib/tile/statusbar.py 556${PYSITELIB}/pysollib/tile/statusbar.py
557${PYSITELIB}/pysollib/tile/statusbar.pyc 557${PYSITELIB}/pysollib/tile/statusbar.pyc
558${PYSITELIB}/pysollib/tile/statusbar.pyo 558${PYSITELIB}/pysollib/tile/statusbar.pyo
559${PYSITELIB}/pysollib/tile/timeoutsdialog.py 559${PYSITELIB}/pysollib/tile/timeoutsdialog.py
560${PYSITELIB}/pysollib/tile/timeoutsdialog.pyc 560${PYSITELIB}/pysollib/tile/timeoutsdialog.pyc
561${PYSITELIB}/pysollib/tile/timeoutsdialog.pyo 561${PYSITELIB}/pysollib/tile/timeoutsdialog.pyo
562${PYSITELIB}/pysollib/tile/tkhtml.py 562${PYSITELIB}/pysollib/tile/tkhtml.py
563${PYSITELIB}/pysollib/tile/tkhtml.pyc 563${PYSITELIB}/pysollib/tile/tkhtml.pyc
564${PYSITELIB}/pysollib/tile/tkhtml.pyo 564${PYSITELIB}/pysollib/tile/tkhtml.pyo
565${PYSITELIB}/pysollib/tile/tkstats.py 565${PYSITELIB}/pysollib/tile/tkstats.py
566${PYSITELIB}/pysollib/tile/tkstats.pyc 566${PYSITELIB}/pysollib/tile/tkstats.pyc
567${PYSITELIB}/pysollib/tile/tkstats.pyo 567${PYSITELIB}/pysollib/tile/tkstats.pyo
568${PYSITELIB}/pysollib/tile/tktree.py 568${PYSITELIB}/pysollib/tile/tktree.py
569${PYSITELIB}/pysollib/tile/tktree.pyc 569${PYSITELIB}/pysollib/tile/tktree.pyc
570${PYSITELIB}/pysollib/tile/tktree.pyo 570${PYSITELIB}/pysollib/tile/tktree.pyo
571${PYSITELIB}/pysollib/tile/tkwidget.py 571${PYSITELIB}/pysollib/tile/tkwidget.py
572${PYSITELIB}/pysollib/tile/tkwidget.pyc 572${PYSITELIB}/pysollib/tile/tkwidget.pyc
573${PYSITELIB}/pysollib/tile/tkwidget.pyo 573${PYSITELIB}/pysollib/tile/tkwidget.pyo
574${PYSITELIB}/pysollib/tile/toolbar.py 574${PYSITELIB}/pysollib/tile/toolbar.py
575${PYSITELIB}/pysollib/tile/toolbar.pyc 575${PYSITELIB}/pysollib/tile/toolbar.pyc
576${PYSITELIB}/pysollib/tile/toolbar.pyo 576${PYSITELIB}/pysollib/tile/toolbar.pyo
577${PYSITELIB}/pysollib/tile/ttk.py 577${PYSITELIB}/pysollib/tile/ttk.py
578${PYSITELIB}/pysollib/tile/ttk.pyc 578${PYSITELIB}/pysollib/tile/ttk.pyc
579${PYSITELIB}/pysollib/tile/ttk.pyo 579${PYSITELIB}/pysollib/tile/ttk.pyo
580${PYSITELIB}/pysollib/tile/wizarddialog.py 580${PYSITELIB}/pysollib/tile/wizarddialog.py
581${PYSITELIB}/pysollib/tile/wizarddialog.pyc 581${PYSITELIB}/pysollib/tile/wizarddialog.pyc
582${PYSITELIB}/pysollib/tile/wizarddialog.pyo 582${PYSITELIB}/pysollib/tile/wizarddialog.pyo
583${PYSITELIB}/pysollib/tk/__init__.py 583${PYSITELIB}/pysollib/tk/__init__.py
584${PYSITELIB}/pysollib/tk/__init__.pyc 584${PYSITELIB}/pysollib/tk/__init__.pyc
585${PYSITELIB}/pysollib/tk/__init__.pyo 585${PYSITELIB}/pysollib/tk/__init__.pyo
586${PYSITELIB}/pysollib/tk/basetkmfxdialog.py 586${PYSITELIB}/pysollib/tk/basetkmfxdialog.py
587${PYSITELIB}/pysollib/tk/basetkmfxdialog.pyc 587${PYSITELIB}/pysollib/tk/basetkmfxdialog.pyc
588${PYSITELIB}/pysollib/tk/basetkmfxdialog.pyo 588${PYSITELIB}/pysollib/tk/basetkmfxdialog.pyo
589${PYSITELIB}/pysollib/tk/colorsdialog.py 589${PYSITELIB}/pysollib/tk/colorsdialog.py
590${PYSITELIB}/pysollib/tk/colorsdialog.pyc 590${PYSITELIB}/pysollib/tk/colorsdialog.pyc
591${PYSITELIB}/pysollib/tk/colorsdialog.pyo 591${PYSITELIB}/pysollib/tk/colorsdialog.pyo
592${PYSITELIB}/pysollib/tk/edittextdialog.py 592${PYSITELIB}/pysollib/tk/edittextdialog.py
593${PYSITELIB}/pysollib/tk/edittextdialog.pyc 593${PYSITELIB}/pysollib/tk/edittextdialog.pyc
594${PYSITELIB}/pysollib/tk/edittextdialog.pyo 594${PYSITELIB}/pysollib/tk/edittextdialog.pyo
595${PYSITELIB}/pysollib/tk/fontsdialog.py 595${PYSITELIB}/pysollib/tk/fontsdialog.py
596${PYSITELIB}/pysollib/tk/fontsdialog.pyc 596${PYSITELIB}/pysollib/tk/fontsdialog.pyc
597${PYSITELIB}/pysollib/tk/fontsdialog.pyo 597${PYSITELIB}/pysollib/tk/fontsdialog.pyo
598${PYSITELIB}/pysollib/tk/gameinfodialog.py 598${PYSITELIB}/pysollib/tk/gameinfodialog.py
599${PYSITELIB}/pysollib/tk/gameinfodialog.pyc 599${PYSITELIB}/pysollib/tk/gameinfodialog.pyc
600${PYSITELIB}/pysollib/tk/gameinfodialog.pyo 600${PYSITELIB}/pysollib/tk/gameinfodialog.pyo
601${PYSITELIB}/pysollib/tk/menubar.py 601${PYSITELIB}/pysollib/tk/menubar.py
602${PYSITELIB}/pysollib/tk/menubar.pyc 602${PYSITELIB}/pysollib/tk/menubar.pyc
603${PYSITELIB}/pysollib/tk/menubar.pyo 603${PYSITELIB}/pysollib/tk/menubar.pyo
604${PYSITELIB}/pysollib/tk/playeroptionsdialog.py 604${PYSITELIB}/pysollib/tk/playeroptionsdialog.py
605${PYSITELIB}/pysollib/tk/playeroptionsdialog.pyc 605${PYSITELIB}/pysollib/tk/playeroptionsdialog.pyc
606${PYSITELIB}/pysollib/tk/playeroptionsdialog.pyo 606${PYSITELIB}/pysollib/tk/playeroptionsdialog.pyo
607${PYSITELIB}/pysollib/tk/progressbar.py 607${PYSITELIB}/pysollib/tk/progressbar.py
608${PYSITELIB}/pysollib/tk/progressbar.pyc 608${PYSITELIB}/pysollib/tk/progressbar.pyc
609${PYSITELIB}/pysollib/tk/progressbar.pyo 609${PYSITELIB}/pysollib/tk/progressbar.pyo
610${PYSITELIB}/pysollib/tk/selectcardset.py 610${PYSITELIB}/pysollib/tk/selectcardset.py
611${PYSITELIB}/pysollib/tk/selectcardset.pyc 611${PYSITELIB}/pysollib/tk/selectcardset.pyc
612${PYSITELIB}/pysollib/tk/selectcardset.pyo 612${PYSITELIB}/pysollib/tk/selectcardset.pyo
613${PYSITELIB}/pysollib/tk/selectgame.py 613${PYSITELIB}/pysollib/tk/selectgame.py
614${PYSITELIB}/pysollib/tk/selectgame.pyc 614${PYSITELIB}/pysollib/tk/selectgame.pyc
615${PYSITELIB}/pysollib/tk/selectgame.pyo 615${PYSITELIB}/pysollib/tk/selectgame.pyo
616${PYSITELIB}/pysollib/tk/selecttile.py 616${PYSITELIB}/pysollib/tk/selecttile.py
617${PYSITELIB}/pysollib/tk/selecttile.pyc 617${PYSITELIB}/pysollib/tk/selecttile.pyc
618${PYSITELIB}/pysollib/tk/selecttile.pyo 618${PYSITELIB}/pysollib/tk/selecttile.pyo
619${PYSITELIB}/pysollib/tk/selecttree.py 619${PYSITELIB}/pysollib/tk/selecttree.py
620${PYSITELIB}/pysollib/tk/selecttree.pyc 620${PYSITELIB}/pysollib/tk/selecttree.pyc
621${PYSITELIB}/pysollib/tk/selecttree.pyo 621${PYSITELIB}/pysollib/tk/selecttree.pyo
622${PYSITELIB}/pysollib/tk/solverdialog.py 622${PYSITELIB}/pysollib/tk/solverdialog.py
623${PYSITELIB}/pysollib/tk/solverdialog.pyc 623${PYSITELIB}/pysollib/tk/solverdialog.pyc
624${PYSITELIB}/pysollib/tk/solverdialog.pyo 624${PYSITELIB}/pysollib/tk/solverdialog.pyo
625${PYSITELIB}/pysollib/tk/soundoptionsdialog.py 625${PYSITELIB}/pysollib/tk/soundoptionsdialog.py
626${PYSITELIB}/pysollib/tk/soundoptionsdialog.pyc 626${PYSITELIB}/pysollib/tk/soundoptionsdialog.pyc
627${PYSITELIB}/pysollib/tk/soundoptionsdialog.pyo 627${PYSITELIB}/pysollib/tk/soundoptionsdialog.pyo
628${PYSITELIB}/pysollib/tk/statusbar.py 628${PYSITELIB}/pysollib/tk/statusbar.py
629${PYSITELIB}/pysollib/tk/statusbar.pyc 629${PYSITELIB}/pysollib/tk/statusbar.pyc
630${PYSITELIB}/pysollib/tk/statusbar.pyo 630${PYSITELIB}/pysollib/tk/statusbar.pyo
631${PYSITELIB}/pysollib/tk/tabpage.py 631${PYSITELIB}/pysollib/tk/tabpage.py
632${PYSITELIB}/pysollib/tk/tabpage.pyc 632${PYSITELIB}/pysollib/tk/tabpage.pyc
633${PYSITELIB}/pysollib/tk/tabpage.pyo 633${PYSITELIB}/pysollib/tk/tabpage.pyo
634${PYSITELIB}/pysollib/tk/timeoutsdialog.py 634${PYSITELIB}/pysollib/tk/timeoutsdialog.py
635${PYSITELIB}/pysollib/tk/timeoutsdialog.pyc 635${PYSITELIB}/pysollib/tk/timeoutsdialog.pyc
636${PYSITELIB}/pysollib/tk/timeoutsdialog.pyo 636${PYSITELIB}/pysollib/tk/timeoutsdialog.pyo
637${PYSITELIB}/pysollib/tk/tkhtml.py 637${PYSITELIB}/pysollib/tk/tkhtml.py
638${PYSITELIB}/pysollib/tk/tkhtml.pyc 638${PYSITELIB}/pysollib/tk/tkhtml.pyc
639${PYSITELIB}/pysollib/tk/tkhtml.pyo 639${PYSITELIB}/pysollib/tk/tkhtml.pyo
640${PYSITELIB}/pysollib/tk/tkstats.py 640${PYSITELIB}/pysollib/tk/tkstats.py
641${PYSITELIB}/pysollib/tk/tkstats.pyc 641${PYSITELIB}/pysollib/tk/tkstats.pyc
642${PYSITELIB}/pysollib/tk/tkstats.pyo 642${PYSITELIB}/pysollib/tk/tkstats.pyo
643${PYSITELIB}/pysollib/tk/tktree.py 643${PYSITELIB}/pysollib/tk/tktree.py
644${PYSITELIB}/pysollib/tk/tktree.pyc 644${PYSITELIB}/pysollib/tk/tktree.pyc
645${PYSITELIB}/pysollib/tk/tktree.pyo 645${PYSITELIB}/pysollib/tk/tktree.pyo
646${PYSITELIB}/pysollib/tk/tkwidget.py 646${PYSITELIB}/pysollib/tk/tkwidget.py
647${PYSITELIB}/pysollib/tk/tkwidget.pyc 647${PYSITELIB}/pysollib/tk/tkwidget.pyc
648${PYSITELIB}/pysollib/tk/tkwidget.pyo 648${PYSITELIB}/pysollib/tk/tkwidget.pyo
649${PYSITELIB}/pysollib/tk/toolbar.py 649${PYSITELIB}/pysollib/tk/toolbar.py
650${PYSITELIB}/pysollib/tk/toolbar.pyc 650${PYSITELIB}/pysollib/tk/toolbar.pyc
651${PYSITELIB}/pysollib/tk/toolbar.pyo 651${PYSITELIB}/pysollib/tk/toolbar.pyo
652${PYSITELIB}/pysollib/tk/wizarddialog.py 652${PYSITELIB}/pysollib/tk/wizarddialog.py
653${PYSITELIB}/pysollib/tk/wizarddialog.pyc 653${PYSITELIB}/pysollib/tk/wizarddialog.pyc
654${PYSITELIB}/pysollib/tk/wizarddialog.pyo 654${PYSITELIB}/pysollib/tk/wizarddialog.pyo
655${PYSITELIB}/pysollib/ui/__init__.py 655${PYSITELIB}/pysollib/ui/__init__.py
656${PYSITELIB}/pysollib/ui/__init__.pyc 656${PYSITELIB}/pysollib/ui/__init__.pyc
657${PYSITELIB}/pysollib/ui/__init__.pyo 657${PYSITELIB}/pysollib/ui/__init__.pyo
658${PYSITELIB}/pysollib/ui/tktile/Canvas2.py 658${PYSITELIB}/pysollib/ui/tktile/Canvas2.py
659${PYSITELIB}/pysollib/ui/tktile/Canvas2.pyc 659${PYSITELIB}/pysollib/ui/tktile/Canvas2.pyc
660${PYSITELIB}/pysollib/ui/tktile/Canvas2.pyo 660${PYSITELIB}/pysollib/ui/tktile/Canvas2.pyo
661${PYSITELIB}/pysollib/ui/tktile/__init__.py 661${PYSITELIB}/pysollib/ui/tktile/__init__.py
662${PYSITELIB}/pysollib/ui/tktile/__init__.pyc 662${PYSITELIB}/pysollib/ui/tktile/__init__.pyc
663${PYSITELIB}/pysollib/ui/tktile/__init__.pyo 663${PYSITELIB}/pysollib/ui/tktile/__init__.pyo
664${PYSITELIB}/pysollib/ui/tktile/card.py 664${PYSITELIB}/pysollib/ui/tktile/card.py
665${PYSITELIB}/pysollib/ui/tktile/card.pyc 665${PYSITELIB}/pysollib/ui/tktile/card.pyc
666${PYSITELIB}/pysollib/ui/tktile/card.pyo 666${PYSITELIB}/pysollib/ui/tktile/card.pyo
667${PYSITELIB}/pysollib/ui/tktile/colorsdialog.py 667${PYSITELIB}/pysollib/ui/tktile/colorsdialog.py
668${PYSITELIB}/pysollib/ui/tktile/colorsdialog.pyc 668${PYSITELIB}/pysollib/ui/tktile/colorsdialog.pyc
669${PYSITELIB}/pysollib/ui/tktile/colorsdialog.pyo 669${PYSITELIB}/pysollib/ui/tktile/colorsdialog.pyo
670${PYSITELIB}/pysollib/ui/tktile/edittextdialog.py 670${PYSITELIB}/pysollib/ui/tktile/edittextdialog.py
671${PYSITELIB}/pysollib/ui/tktile/edittextdialog.pyc 671${PYSITELIB}/pysollib/ui/tktile/edittextdialog.pyc
672${PYSITELIB}/pysollib/ui/tktile/edittextdialog.pyo 672${PYSITELIB}/pysollib/ui/tktile/edittextdialog.pyo
673${PYSITELIB}/pysollib/ui/tktile/findcarddialog.py 673${PYSITELIB}/pysollib/ui/tktile/findcarddialog.py
674${PYSITELIB}/pysollib/ui/tktile/findcarddialog.pyc 674${PYSITELIB}/pysollib/ui/tktile/findcarddialog.pyc
675${PYSITELIB}/pysollib/ui/tktile/findcarddialog.pyo 675${PYSITELIB}/pysollib/ui/tktile/findcarddialog.pyo
676${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.py 676${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.py
677${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.pyc 677${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.pyc
678${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.pyo 678${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.pyo
679${PYSITELIB}/pysollib/ui/tktile/menubar.py 679${PYSITELIB}/pysollib/ui/tktile/menubar.py
680${PYSITELIB}/pysollib/ui/tktile/menubar.pyc 680${PYSITELIB}/pysollib/ui/tktile/menubar.pyc
681${PYSITELIB}/pysollib/ui/tktile/menubar.pyo 681${PYSITELIB}/pysollib/ui/tktile/menubar.pyo
682${PYSITELIB}/pysollib/ui/tktile/selecttree.py 682${PYSITELIB}/pysollib/ui/tktile/selecttree.py
683${PYSITELIB}/pysollib/ui/tktile/selecttree.pyc 683${PYSITELIB}/pysollib/ui/tktile/selecttree.pyc
684${PYSITELIB}/pysollib/ui/tktile/selecttree.pyo 684${PYSITELIB}/pysollib/ui/tktile/selecttree.pyo
685${PYSITELIB}/pysollib/ui/tktile/solverdialog.py 685${PYSITELIB}/pysollib/ui/tktile/solverdialog.py
686${PYSITELIB}/pysollib/ui/tktile/solverdialog.pyc 686${PYSITELIB}/pysollib/ui/tktile/solverdialog.pyc
687${PYSITELIB}/pysollib/ui/tktile/solverdialog.pyo 687${PYSITELIB}/pysollib/ui/tktile/solverdialog.pyo
688${PYSITELIB}/pysollib/ui/tktile/tkcanvas.py 688${PYSITELIB}/pysollib/ui/tktile/tkcanvas.py
689${PYSITELIB}/pysollib/ui/tktile/tkcanvas.pyc 689${PYSITELIB}/pysollib/ui/tktile/tkcanvas.pyc
690${PYSITELIB}/pysollib/ui/tktile/tkcanvas.pyo 690${PYSITELIB}/pysollib/ui/tktile/tkcanvas.pyo
691${PYSITELIB}/pysollib/ui/tktile/tkconst.py 691${PYSITELIB}/pysollib/ui/tktile/tkconst.py
692${PYSITELIB}/pysollib/ui/tktile/tkconst.pyc 692${PYSITELIB}/pysollib/ui/tktile/tkconst.pyc
693${PYSITELIB}/pysollib/ui/tktile/tkconst.pyo 693${PYSITELIB}/pysollib/ui/tktile/tkconst.pyo
694${PYSITELIB}/pysollib/ui/tktile/tkhtml.py 694${PYSITELIB}/pysollib/ui/tktile/tkhtml.py
695${PYSITELIB}/pysollib/ui/tktile/tkhtml.pyc 695${PYSITELIB}/pysollib/ui/tktile/tkhtml.pyc
696${PYSITELIB}/pysollib/ui/tktile/tkhtml.pyo 696${PYSITELIB}/pysollib/ui/tktile/tkhtml.pyo
697${PYSITELIB}/pysollib/ui/tktile/tkutil.py 697${PYSITELIB}/pysollib/ui/tktile/tkutil.py
698${PYSITELIB}/pysollib/ui/tktile/tkutil.pyc 698${PYSITELIB}/pysollib/ui/tktile/tkutil.pyc
699${PYSITELIB}/pysollib/ui/tktile/tkutil.pyo 699${PYSITELIB}/pysollib/ui/tktile/tkutil.pyo
700${PYSITELIB}/pysollib/ui/tktile/tkwrap.py 700${PYSITELIB}/pysollib/ui/tktile/tkwrap.py
701${PYSITELIB}/pysollib/ui/tktile/tkwrap.pyc 701${PYSITELIB}/pysollib/ui/tktile/tkwrap.pyc
702${PYSITELIB}/pysollib/ui/tktile/tkwrap.pyo 702${PYSITELIB}/pysollib/ui/tktile/tkwrap.pyo
703${PYSITELIB}/pysollib/util.py 703${PYSITELIB}/pysollib/util.py
704${PYSITELIB}/pysollib/util.pyc 704${PYSITELIB}/pysollib/util.pyc
705${PYSITELIB}/pysollib/util.pyo 705${PYSITELIB}/pysollib/util.pyo
706${PYSITELIB}/pysollib/winsystems/__init__.py 706${PYSITELIB}/pysollib/winsystems/__init__.py
707${PYSITELIB}/pysollib/winsystems/__init__.pyc 707${PYSITELIB}/pysollib/winsystems/__init__.pyc
708${PYSITELIB}/pysollib/winsystems/__init__.pyo 708${PYSITELIB}/pysollib/winsystems/__init__.pyo
709${PYSITELIB}/pysollib/winsystems/aqua.py 709${PYSITELIB}/pysollib/winsystems/aqua.py
710${PYSITELIB}/pysollib/winsystems/aqua.pyc 710${PYSITELIB}/pysollib/winsystems/aqua.pyc
711${PYSITELIB}/pysollib/winsystems/aqua.pyo 711${PYSITELIB}/pysollib/winsystems/aqua.pyo
712${PYSITELIB}/pysollib/winsystems/common.py 712${PYSITELIB}/pysollib/winsystems/common.py
713${PYSITELIB}/pysollib/winsystems/common.pyc 713${PYSITELIB}/pysollib/winsystems/common.pyc
714${PYSITELIB}/pysollib/winsystems/common.pyo 714${PYSITELIB}/pysollib/winsystems/common.pyo
715${PYSITELIB}/pysollib/winsystems/win32.py 715${PYSITELIB}/pysollib/winsystems/win32.py
716${PYSITELIB}/pysollib/winsystems/win32.pyc 716${PYSITELIB}/pysollib/winsystems/win32.pyc
717${PYSITELIB}/pysollib/winsystems/win32.pyo 717${PYSITELIB}/pysollib/winsystems/win32.pyo
718${PYSITELIB}/pysollib/winsystems/x11.py 718${PYSITELIB}/pysollib/winsystems/x11.py
719${PYSITELIB}/pysollib/winsystems/x11.pyc 719${PYSITELIB}/pysollib/winsystems/x11.pyc
720${PYSITELIB}/pysollib/winsystems/x11.pyo 720${PYSITELIB}/pysollib/winsystems/x11.pyo
721${PYSITELIB}/pysollib/wizardpresets.py 721${PYSITELIB}/pysollib/wizardpresets.py
722${PYSITELIB}/pysollib/wizardpresets.pyc 722${PYSITELIB}/pysollib/wizardpresets.pyc
723${PYSITELIB}/pysollib/wizardpresets.pyo 723${PYSITELIB}/pysollib/wizardpresets.pyo
724${PYSITELIB}/pysollib/wizardutil.py 724${PYSITELIB}/pysollib/wizardutil.py
725${PYSITELIB}/pysollib/wizardutil.pyc 725${PYSITELIB}/pysollib/wizardutil.pyc
726${PYSITELIB}/pysollib/wizardutil.pyo 726${PYSITELIB}/pysollib/wizardutil.pyo
727man/man6/pysol.py.6 727man/man6/pysol.py.6
728man/man6/pysolfc.6 728man/man6/pysolfc.6
729share/PySolFC/html/credits.html 729share/PySolFC/html/credits.html
730share/PySolFC/html/ganjifa.html 730share/PySolFC/html/ganjifa.html
731share/PySolFC/html/general_rules.html 731share/PySolFC/html/general_rules.html
732share/PySolFC/html/glossary.html 732share/PySolFC/html/glossary.html
733share/PySolFC/html/hanafuda.html 733share/PySolFC/html/hanafuda.html
734share/PySolFC/html/hexadeck.html 734share/PySolFC/html/hexadeck.html
735share/PySolFC/html/howtoplay.html 735share/PySolFC/html/howtoplay.html
736share/PySolFC/html/images/c.gif 736share/PySolFC/html/images/c.gif
737share/PySolFC/html/images/camelot-goal.gif 737share/PySolFC/html/images/camelot-goal.gif
738share/PySolFC/html/images/d.gif 738share/PySolFC/html/images/d.gif
739share/PySolFC/html/images/h.gif 739share/PySolFC/html/images/h.gif
740share/PySolFC/html/images/hanahelp.gif 740share/PySolFC/html/images/hanahelp.gif
741share/PySolFC/html/images/high_res/logo.png 741share/PySolFC/html/images/high_res/logo.png
742share/PySolFC/html/images/high_res/logo.svg 742share/PySolFC/html/images/high_res/logo.svg
743share/PySolFC/html/images/high_res/logo_black.png 743share/PySolFC/html/images/high_res/logo_black.png
744share/PySolFC/html/images/high_res/logo_horizontal.png 744share/PySolFC/html/images/high_res/logo_horizontal.png
745share/PySolFC/html/images/high_res/logo_horizontal.svg 745share/PySolFC/html/images/high_res/logo_horizontal.svg
746share/PySolFC/html/images/high_res/logo_vertical.png 746share/PySolFC/html/images/high_res/logo_vertical.png
747share/PySolFC/html/images/pysollogo0.png 747share/PySolFC/html/images/pysollogo0.png
748share/PySolFC/html/images/pysollogo00.gif 748share/PySolFC/html/images/pysollogo00.gif
749share/PySolFC/html/images/pysollogo01.gif 749share/PySolFC/html/images/pysollogo01.gif
750share/PySolFC/html/images/pysollogo01.png 750share/PySolFC/html/images/pysollogo01.png
751share/PySolFC/html/images/pysollogo02.gif 751share/PySolFC/html/images/pysollogo02.gif
752share/PySolFC/html/images/pysollogo02.png 752share/PySolFC/html/images/pysollogo02.png
753share/PySolFC/html/images/pysollogo03.gif 753share/PySolFC/html/images/pysollogo03.gif
754share/PySolFC/html/images/pysollogo03.png 754share/PySolFC/html/images/pysollogo03.png
755share/PySolFC/html/images/s.gif 755share/PySolFC/html/images/s.gif
756share/PySolFC/html/index.html 756share/PySolFC/html/index.html
757share/PySolFC/html/install.html 757share/PySolFC/html/install.html
758share/PySolFC/html/intro.html 758share/PySolFC/html/intro.html
759share/PySolFC/html/license.html 759share/PySolFC/html/license.html
760share/PySolFC/html/news.html 760share/PySolFC/html/news.html
761share/PySolFC/html/rules.html 761share/PySolFC/html/rules.html
762share/PySolFC/html/rules/10x8.html 762share/PySolFC/html/rules/10x8.html
763share/PySolFC/html/rules/8x8.html 763share/PySolFC/html/rules/8x8.html
764share/PySolFC/html/rules/abacus.html 764share/PySolFC/html/rules/abacus.html
765share/PySolFC/html/rules/accordion.html 765share/PySolFC/html/rules/accordion.html
766share/PySolFC/html/rules/acesup.html 766share/PySolFC/html/rules/acesup.html
767share/PySolFC/html/rules/acesup5.html 767share/PySolFC/html/rules/acesup5.html
768share/PySolFC/html/rules/agnessorel.html 768share/PySolFC/html/rules/agnessorel.html
769share/PySolFC/html/rules/akbarsconquest.html 769share/PySolFC/html/rules/akbarsconquest.html
770share/PySolFC/html/rules/akbarstriumph.html 770share/PySolFC/html/rules/akbarstriumph.html
771share/PySolFC/html/rules/alaska.html 771share/PySolFC/html/rules/alaska.html
772share/PySolFC/html/rules/alhambra.html 772share/PySolFC/html/rules/alhambra.html
773share/PySolFC/html/rules/allinarow.html 773share/PySolFC/html/rules/allinarow.html
774share/PySolFC/html/rules/alternation.html 774share/PySolFC/html/rules/alternation.html
775share/PySolFC/html/rules/amazons.html 775share/PySolFC/html/rules/amazons.html
776share/PySolFC/html/rules/americantoad.html 776share/PySolFC/html/rules/americantoad.html
777share/PySolFC/html/rules/appachanswaterfall.html 777share/PySolFC/html/rules/appachanswaterfall.html
778share/PySolFC/html/rules/ashrafi.html 778share/PySolFC/html/rules/ashrafi.html
779share/PySolFC/html/rules/ashtadikapala.html 779share/PySolFC/html/rules/ashtadikapala.html
780share/PySolFC/html/rules/ashwapati.html 780share/PySolFC/html/rules/ashwapati.html
781share/PySolFC/html/rules/auldlangsyne.html 781share/PySolFC/html/rules/auldlangsyne.html
782share/PySolFC/html/rules/babyspiderette.html 782share/PySolFC/html/rules/babyspiderette.html
783share/PySolFC/html/rules/badseven.html 783share/PySolFC/html/rules/badseven.html
784share/PySolFC/html/rules/bakersdozen.html 784share/PySolFC/html/rules/bakersdozen.html
785share/PySolFC/html/rules/bakersgame.html 785share/PySolFC/html/rules/bakersgame.html
786share/PySolFC/html/rules/balarama.html 786share/PySolFC/html/rules/balarama.html
787share/PySolFC/html/rules/baroness.html 787share/PySolFC/html/rules/baroness.html
788share/PySolFC/html/rules/batsford.html 788share/PySolFC/html/rules/batsford.html
789share/PySolFC/html/rules/beleagueredcastle.html 789share/PySolFC/html/rules/beleagueredcastle.html
790share/PySolFC/html/rules/betsyross.html 790share/PySolFC/html/rules/betsyross.html
791share/PySolFC/html/rules/bigben.html 791share/PySolFC/html/rules/bigben.html
792share/PySolFC/html/rules/bigbraid.html 792share/PySolFC/html/rules/bigbraid.html
793share/PySolFC/html/rules/bigdivorce.html 793share/PySolFC/html/rules/bigdivorce.html
794share/PySolFC/html/rules/bigeasy.html 794share/PySolFC/html/rules/bigeasy.html
795share/PySolFC/html/rules/bigharp.html 795share/PySolFC/html/rules/bigharp.html
796share/PySolFC/html/rules/bigspider.html 796share/PySolFC/html/rules/bigspider.html
797share/PySolFC/html/rules/bigsumo.html 797share/PySolFC/html/rules/bigsumo.html
798share/PySolFC/html/rules/bisley.html 798share/PySolFC/html/rules/bisley.html
799share/PySolFC/html/rules/bitsnbytes.html 799share/PySolFC/html/rules/bitsnbytes.html
800share/PySolFC/html/rules/blackhole.html 800share/PySolFC/html/rules/blackhole.html
801share/PySolFC/html/rules/blackwidow.html 801share/PySolFC/html/rules/blackwidow.html
802share/PySolFC/html/rules/blindalleys.html 802share/PySolFC/html/rules/blindalleys.html
803share/PySolFC/html/rules/blockade.html 803share/PySolFC/html/rules/blockade.html
804share/PySolFC/html/rules/blondesandbrunettes.html 804share/PySolFC/html/rules/blondesandbrunettes.html
805share/PySolFC/html/rules/bluemoon.html 805share/PySolFC/html/rules/bluemoon.html
806share/PySolFC/html/rules/braid.html 806share/PySolFC/html/rules/braid.html
807share/PySolFC/html/rules/bridgetsgame.html 807share/PySolFC/html/rules/bridgetsgame.html
808share/PySolFC/html/rules/bridgetsgamedoubled.html 808share/PySolFC/html/rules/bridgetsgamedoubled.html
809share/PySolFC/html/rules/bristol.html 809share/PySolFC/html/rules/bristol.html
810share/PySolFC/html/rules/britishconstitution.html 810share/PySolFC/html/rules/britishconstitution.html
811share/PySolFC/html/rules/brunswick.html 811share/PySolFC/html/rules/brunswick.html
812share/PySolFC/html/rules/busyaces.html 812share/PySolFC/html/rules/busyaces.html
813share/PySolFC/html/rules/calculation.html 813share/PySolFC/html/rules/calculation.html
814share/PySolFC/html/rules/camelot.html 814share/PySolFC/html/rules/camelot.html
815share/PySolFC/html/rules/canfield.html 815share/PySolFC/html/rules/canfield.html
816share/PySolFC/html/rules/capricieuse.html 816share/PySolFC/html/rules/capricieuse.html
817share/PySolFC/html/rules/captivequeens.html 817share/PySolFC/html/rules/captivequeens.html
818share/PySolFC/html/rules/carlton.html 818share/PySolFC/html/rules/carlton.html
819share/PySolFC/html/rules/carpet.html 819share/PySolFC/html/rules/carpet.html
820share/PySolFC/html/rules/casinoklondike.html 820share/PySolFC/html/rules/casinoklondike.html
821share/PySolFC/html/rules/castlesinspain.html 821share/PySolFC/html/rules/castlesinspain.html
822share/PySolFC/html/rules/catstail.html 822share/PySolFC/html/rules/catstail.html
823share/PySolFC/html/rules/cavalier.html 823share/PySolFC/html/rules/cavalier.html
824share/PySolFC/html/rules/chameleon.html 824share/PySolFC/html/rules/chameleon.html
825share/PySolFC/html/rules/cherrybomb.html 825share/PySolFC/html/rules/cherrybomb.html
826share/PySolFC/html/rules/chessboard.html 826share/PySolFC/html/rules/chessboard.html
827share/PySolFC/html/rules/chinesediscipline.html 827share/PySolFC/html/rules/chinesediscipline.html
828share/PySolFC/html/rules/chinesesolitaire.html 828share/PySolFC/html/rules/chinesesolitaire.html
829share/PySolFC/html/rules/citadel.html 829share/PySolFC/html/rules/citadel.html
830share/PySolFC/html/rules/cluitjarslair.html 830share/PySolFC/html/rules/cluitjarslair.html
831share/PySolFC/html/rules/cockroach.html 831share/PySolFC/html/rules/cockroach.html
832share/PySolFC/html/rules/colorado.html 832share/PySolFC/html/rules/colorado.html
833share/PySolFC/html/rules/concentration.html 833share/PySolFC/html/rules/concentration.html
834share/PySolFC/html/rules/congress.html 834share/PySolFC/html/rules/congress.html
835share/PySolFC/html/rules/contradance.html 835share/PySolFC/html/rules/contradance.html
836share/PySolFC/html/rules/convolution.html 836share/PySolFC/html/rules/convolution.html
837share/PySolFC/html/rules/corkscrew.html 837share/PySolFC/html/rules/corkscrew.html
838share/PySolFC/html/rules/corona.html 838share/PySolFC/html/rules/corona.html
839share/PySolFC/html/rules/courtyard.html 839share/PySolFC/html/rules/courtyard.html
840share/PySolFC/html/rules/cruel.html 840share/PySolFC/html/rules/cruel.html
841share/PySolFC/html/rules/curdsandwhey.html 841share/PySolFC/html/rules/curdsandwhey.html
842share/PySolFC/html/rules/daddylonglegs.html 842share/PySolFC/html/rules/daddylonglegs.html
843share/PySolFC/html/rules/danda.html 843share/PySolFC/html/rules/danda.html
844share/PySolFC/html/rules/dashavatara.html 844share/PySolFC/html/rules/dashavatara.html
845share/PySolFC/html/rules/dashavataracircles.html 845share/PySolFC/html/rules/dashavataracircles.html
846share/PySolFC/html/rules/deadkinggolf.html 846share/PySolFC/html/rules/deadkinggolf.html
847share/PySolFC/html/rules/derfreienapoleon.html 847share/PySolFC/html/rules/derfreienapoleon.html
848share/PySolFC/html/rules/derkleinenapoleon.html 848share/PySolFC/html/rules/derkleinenapoleon.html
849share/PySolFC/html/rules/deuces.html 849share/PySolFC/html/rules/deuces.html
850share/PySolFC/html/rules/dhanpati.html 850share/PySolFC/html/rules/dhanpati.html
851share/PySolFC/html/rules/diamondmine.html 851share/PySolFC/html/rules/diamondmine.html
852share/PySolFC/html/rules/diekoenigsbergerin.html 852share/PySolFC/html/rules/diekoenigsbergerin.html
853share/PySolFC/html/rules/diplomat.html 853share/PySolFC/html/rules/diplomat.html
854share/PySolFC/html/rules/dojoujisgame.html 854share/PySolFC/html/rules/dojoujisgame.html
855share/PySolFC/html/rules/dojoujisgamedoubled.html 855share/PySolFC/html/rules/dojoujisgamedoubled.html
856share/PySolFC/html/rules/doublebisley.html 856share/PySolFC/html/rules/doublebisley.html
857share/PySolFC/html/rules/doublecanfield.html 857share/PySolFC/html/rules/doublecanfield.html
858share/PySolFC/html/rules/doublecockroach.html 858share/PySolFC/html/rules/doublecockroach.html
859share/PySolFC/html/rules/doubledrawbridge.html 859share/PySolFC/html/rules/doubledrawbridge.html
860share/PySolFC/html/rules/doublegrasshopper.html 860share/PySolFC/html/rules/doublegrasshopper.html
861share/PySolFC/html/rules/doubleklondike.html 861share/PySolFC/html/rules/doubleklondike.html
862share/PySolFC/html/rules/doubleklondikebythrees.html 862share/PySolFC/html/rules/doubleklondikebythrees.html
863share/PySolFC/html/rules/doublerail.html 863share/PySolFC/html/rules/doublerail.html
864share/PySolFC/html/rules/doublesamuri.html 864share/PySolFC/html/rules/doublesamuri.html
865share/PySolFC/html/rules/doublets.html 865share/PySolFC/html/rules/doublets.html
866share/PySolFC/html/rules/doubleyourfun.html 866share/PySolFC/html/rules/doubleyourfun.html
867share/PySolFC/html/rules/dover.html 867share/PySolFC/html/rules/dover.html
868share/PySolFC/html/rules/drawbridge.html 868share/PySolFC/html/rules/drawbridge.html
869share/PySolFC/html/rules/eaglewing.html 869share/PySolFC/html/rules/eaglewing.html
870share/PySolFC/html/rules/eastcliff.html 870share/PySolFC/html/rules/eastcliff.html
871share/PySolFC/html/rules/easthaven.html 871share/PySolFC/html/rules/easthaven.html
872share/PySolFC/html/rules/easysupreme.html 872share/PySolFC/html/rules/easysupreme.html
873share/PySolFC/html/rules/easyxone.html 873share/PySolFC/html/rules/easyxone.html
874share/PySolFC/html/rules/eiffeltower.html 874share/PySolFC/html/rules/eiffeltower.html
875share/PySolFC/html/rules/eightlegions.html 875share/PySolFC/html/rules/eightlegions.html
876share/PySolFC/html/rules/eightoff.html 876share/PySolFC/html/rules/eightoff.html
877share/PySolFC/html/rules/eighttimeseight.html 877share/PySolFC/html/rules/eighttimeseight.html
878share/PySolFC/html/rules/elevator.html 878share/PySolFC/html/rules/elevator.html
879share/PySolFC/html/rules/emperor.html 879share/PySolFC/html/rules/emperor.html
880share/PySolFC/html/rules/eularia.html 880share/PySolFC/html/rules/eularia.html
881share/PySolFC/html/rules/excuse.html 881share/PySolFC/html/rules/excuse.html
882share/PySolFC/html/rules/fallingstar.html 882share/PySolFC/html/rules/fallingstar.html
883share/PySolFC/html/rules/fan.html 883share/PySolFC/html/rules/fan.html
884share/PySolFC/html/rules/fastness.html 884share/PySolFC/html/rules/fastness.html
885share/PySolFC/html/rules/fatimehsgame.html 885share/PySolFC/html/rules/fatimehsgame.html
886share/PySolFC/html/rules/fatimehsgamerelaxed.html 886share/PySolFC/html/rules/fatimehsgamerelaxed.html
887share/PySolFC/html/rules/fifteenplus.html 887share/PySolFC/html/rules/fifteenplus.html
888share/PySolFC/html/rules/firecracker.html 888share/PySolFC/html/rules/firecracker.html
889share/PySolFC/html/rules/fiveaces.html 889share/PySolFC/html/rules/fiveaces.html
890share/PySolFC/html/rules/flowerarrangement.html 890share/PySolFC/html/rules/flowerarrangement.html
891share/PySolFC/html/rules/flowerclock.html 891share/PySolFC/html/rules/flowerclock.html
892share/PySolFC/html/rules/flowergarden.html 892share/PySolFC/html/rules/flowergarden.html
893share/PySolFC/html/rules/forecell.html 893share/PySolFC/html/rules/forecell.html
894share/PySolFC/html/rules/fortress.html 894share/PySolFC/html/rules/fortress.html
895share/PySolFC/html/rules/fortunesfavor.html 895share/PySolFC/html/rules/fortunesfavor.html
896share/PySolFC/html/rules/fortyandeight.html 896share/PySolFC/html/rules/fortyandeight.html
897share/PySolFC/html/rules/fortythieves.html 897share/PySolFC/html/rules/fortythieves.html
898share/PySolFC/html/rules/fourseasons.html 898share/PySolFC/html/rules/fourseasons.html
899share/PySolFC/html/rules/fourteen.html 899share/PySolFC/html/rules/fourteen.html
900share/PySolFC/html/rules/freecell.html 900share/PySolFC/html/rules/freecell.html
901share/PySolFC/html/rules/freefan.html 901share/PySolFC/html/rules/freefan.html
902share/PySolFC/html/rules/freenapoleon.html 902share/PySolFC/html/rules/freenapoleon.html
903share/PySolFC/html/rules/frog.html 903share/PySolFC/html/rules/frog.html
904share/PySolFC/html/rules/gajapati.html 904share/PySolFC/html/rules/gajapati.html
905share/PySolFC/html/rules/gaji.html 905share/PySolFC/html/rules/gaji.html
906share/PySolFC/html/rules/gargantua.html 906share/PySolFC/html/rules/gargantua.html
907share/PySolFC/html/rules/garhpati.html 907share/PySolFC/html/rules/garhpati.html
908share/PySolFC/html/rules/gate.html 908share/PySolFC/html/rules/gate.html
909share/PySolFC/html/rules/generalspatience.html 909share/PySolFC/html/rules/generalspatience.html
910share/PySolFC/html/rules/germanpatience.html 910share/PySolFC/html/rules/germanpatience.html
911share/PySolFC/html/rules/ghulam.html 911share/PySolFC/html/rules/ghulam.html
912share/PySolFC/html/rules/giant.html 912share/PySolFC/html/rules/giant.html
913share/PySolFC/html/rules/golf.html 913share/PySolFC/html/rules/golf.html
914share/PySolFC/html/rules/goodmeasure.html 914share/PySolFC/html/rules/goodmeasure.html
915share/PySolFC/html/rules/grandduchess.html 915share/PySolFC/html/rules/grandduchess.html
916share/PySolFC/html/rules/grandfathersclock.html 916share/PySolFC/html/rules/grandfathersclock.html
917share/PySolFC/html/rules/grandmothersgame.html 917share/PySolFC/html/rules/grandmothersgame.html
918share/PySolFC/html/rules/grasshopper.html 918share/PySolFC/html/rules/grasshopper.html
919share/PySolFC/html/rules/greaterqueue.html 919share/PySolFC/html/rules/greaterqueue.html
920share/PySolFC/html/rules/greatwall.html 920share/PySolFC/html/rules/greatwall.html
921share/PySolFC/html/rules/griffon.html 921share/PySolFC/html/rules/griffon.html
922share/PySolFC/html/rules/groundsforadivorce.html 922share/PySolFC/html/rules/groundsforadivorce.html
923share/PySolFC/html/rules/gypsy.html 923share/PySolFC/html/rules/gypsy.html
924share/PySolFC/html/rules/hanafudafourseasons.html 924share/PySolFC/html/rules/hanafudafourseasons.html
925share/PySolFC/html/rules/hanafudafourwinds.html 925share/PySolFC/html/rules/hanafudafourwinds.html
926share/PySolFC/html/rules/hanoisequence.html 926share/PySolFC/html/rules/hanoisequence.html
927share/PySolFC/html/rules/hayagriva.html 927share/PySolFC/html/rules/hayagriva.html
928share/PySolFC/html/rules/headsandtails.html 928share/PySolFC/html/rules/headsandtails.html
929share/PySolFC/html/rules/hexaklon.html 929share/PySolFC/html/rules/hexaklon.html
930share/PySolFC/html/rules/hexaklonbythrees.html 930share/PySolFC/html/rules/hexaklonbythrees.html
931share/PySolFC/html/rules/hexlabyrinth.html 931share/PySolFC/html/rules/hexlabyrinth.html
932share/PySolFC/html/rules/hiddenpassages.html 932share/PySolFC/html/rules/hiddenpassages.html
933share/PySolFC/html/rules/hiranyaksha.html 933share/PySolFC/html/rules/hiranyaksha.html
934share/PySolFC/html/rules/hopscotch.html 934share/PySolFC/html/rules/hopscotch.html
935share/PySolFC/html/rules/houseinthewood.html 935share/PySolFC/html/rules/houseinthewood.html
936share/PySolFC/html/rules/imperialtrumps.html 936share/PySolFC/html/rules/imperialtrumps.html
937share/PySolFC/html/rules/indian.html 937share/PySolFC/html/rules/indian.html
938share/PySolFC/html/rules/intelligence.html 938share/PySolFC/html/rules/intelligence.html
939share/PySolFC/html/rules/interregnum.html 939share/PySolFC/html/rules/interregnum.html
940share/PySolFC/html/rules/intrigue.html 940share/PySolFC/html/rules/intrigue.html
941share/PySolFC/html/rules/iris.html 941share/PySolFC/html/rules/iris.html
942share/PySolFC/html/rules/irmgard.html 942share/PySolFC/html/rules/irmgard.html
943share/PySolFC/html/rules/jane.html 943share/PySolFC/html/rules/jane.html
944share/PySolFC/html/rules/japanesegarden.html 944share/PySolFC/html/rules/japanesegarden.html
945share/PySolFC/html/rules/japanesegardenii.html 945share/PySolFC/html/rules/japanesegardenii.html
946share/PySolFC/html/rules/japanesegardeniii.html 946share/PySolFC/html/rules/japanesegardeniii.html
947share/PySolFC/html/rules/journeytocuddapah.html 947share/PySolFC/html/rules/journeytocuddapah.html
948share/PySolFC/html/rules/jumbo.html 948share/PySolFC/html/rules/jumbo.html
949share/PySolFC/html/rules/justforfun.html 949share/PySolFC/html/rules/justforfun.html
950share/PySolFC/html/rules/kalisgame.html 950share/PySolFC/html/rules/kalisgame.html
951share/PySolFC/html/rules/kalisgamedoubled.html 951share/PySolFC/html/rules/kalisgamedoubled.html
952share/PySolFC/html/rules/kalisgamerelaxed.html 952share/PySolFC/html/rules/kalisgamerelaxed.html
953share/PySolFC/html/rules/katrinasgame.html 953share/PySolFC/html/rules/katrinasgame.html
954share/PySolFC/html/rules/katrinasgamedoubled.html 954share/PySolFC/html/rules/katrinasgamedoubled.html
955share/PySolFC/html/rules/katrinasgamerelaxed.html 955share/PySolFC/html/rules/katrinasgamerelaxed.html
956share/PySolFC/html/rules/khadga.html 956share/PySolFC/html/rules/khadga.html
957share/PySolFC/html/rules/kingalbert.html 957share/PySolFC/html/rules/kingalbert.html
958share/PySolFC/html/rules/kingdom.html 958share/PySolFC/html/rules/kingdom.html
959share/PySolFC/html/rules/kingonlybakersgame.html 959share/PySolFC/html/rules/kingonlybakersgame.html
960share/PySolFC/html/rules/kingonlyhexaklon.html 960share/PySolFC/html/rules/kingonlyhexaklon.html
961share/PySolFC/html/rules/kings.html 961share/PySolFC/html/rules/kings.html
962share/PySolFC/html/rules/klondike.html 962share/PySolFC/html/rules/klondike.html
963share/PySolFC/html/rules/klondikebythrees.html 963share/PySolFC/html/rules/klondikebythrees.html
964share/PySolFC/html/rules/klondikeplus16.html 964share/PySolFC/html/rules/klondikeplus16.html
965share/PySolFC/html/rules/kurma.html 965share/PySolFC/html/rules/kurma.html
966share/PySolFC/html/rules/labellelucie.html 966share/PySolFC/html/rules/labellelucie.html
967share/PySolFC/html/rules/ladybetty.html 967share/PySolFC/html/rules/ladybetty.html
968share/PySolFC/html/rules/ladypalk.html 968share/PySolFC/html/rules/ladypalk.html
969share/PySolFC/html/rules/lanivernaise.html 969share/PySolFC/html/rules/lanivernaise.html
970share/PySolFC/html/rules/larasgame.html 970share/PySolFC/html/rules/larasgame.html
971share/PySolFC/html/rules/larasgamedoubled.html 971share/PySolFC/html/rules/larasgamedoubled.html
972share/PySolFC/html/rules/larasgamerelaxed.html 972share/PySolFC/html/rules/larasgamerelaxed.html
973share/PySolFC/html/rules/lesserqueue.html 973share/PySolFC/html/rules/lesserqueue.html
974share/PySolFC/html/rules/lexingtonharp.html 974share/PySolFC/html/rules/lexingtonharp.html
975share/PySolFC/html/rules/littleeasy.html 975share/PySolFC/html/rules/littleeasy.html
976share/PySolFC/html/rules/littleforty.html 976share/PySolFC/html/rules/littleforty.html
977share/PySolFC/html/rules/longbraid.html 977share/PySolFC/html/rules/longbraid.html
978share/PySolFC/html/rules/longjourneytocuddapah.html 978share/PySolFC/html/rules/longjourneytocuddapah.html
979share/PySolFC/html/rules/lucas.html 979share/PySolFC/html/rules/lucas.html
980share/PySolFC/html/rules/magesgame.html 980share/PySolFC/html/rules/magesgame.html
981share/PySolFC/html/rules/mahjongg.html 981share/PySolFC/html/rules/mahjongg.html
982share/PySolFC/html/rules/mainecoon.html 982share/PySolFC/html/rules/mainecoon.html
983share/PySolFC/html/rules/makara.html 983share/PySolFC/html/rules/makara.html
984share/PySolFC/html/rules/manx.html 984share/PySolFC/html/rules/manx.html
985share/PySolFC/html/rules/maria.html 985share/PySolFC/html/rules/maria.html
986share/PySolFC/html/rules/martha.html 986share/PySolFC/html/rules/martha.html
987share/PySolFC/html/rules/matriarchy.html 987share/PySolFC/html/rules/matriarchy.html
988share/PySolFC/html/rules/matrix.html 988share/PySolFC/html/rules/matrix.html
989share/PySolFC/html/rules/matsukiri.html 989share/PySolFC/html/rules/matsukiri.html
990share/PySolFC/html/rules/matsukiristrict.html 990share/PySolFC/html/rules/matsukiristrict.html
991share/PySolFC/html/rules/matsya.html 991share/PySolFC/html/rules/matsya.html
992share/PySolFC/html/rules/maze.html 992share/PySolFC/html/rules/maze.html
993share/PySolFC/html/rules/memory24.html 993share/PySolFC/html/rules/memory24.html
994share/PySolFC/html/rules/memory40.html 994share/PySolFC/html/rules/memory40.html
995share/PySolFC/html/rules/merlinsmeander.html 995share/PySolFC/html/rules/merlinsmeander.html
996share/PySolFC/html/rules/midshipman.html 996share/PySolFC/html/rules/midshipman.html
997share/PySolFC/html/rules/milligancell.html 997share/PySolFC/html/rules/milligancell.html
998share/PySolFC/html/rules/milliganharp.html 998share/PySolFC/html/rules/milliganharp.html
999share/PySolFC/html/rules/mississippi.html 999share/PySolFC/html/rules/mississippi.html
1000share/PySolFC/html/rules/missmilligan.html 1000share/PySolFC/html/rules/missmilligan.html
1001share/PySolFC/html/rules/missmuffet.html 1001share/PySolFC/html/rules/missmuffet.html
1002share/PySolFC/html/rules/montana.html 1002share/PySolFC/html/rules/montana.html