Thu Jun 6 21:53:44 2019 UTC ()
pysolfc: updated to 2.6.4

2.6.4:
Unknown changes

2.6.2:
Fixes for the Windows and macOS packages.
Forbid illegal moves in Spider and some other variants.

2.6.0:
Support for solving Golf using a solver
An untested macOS package (we need testers)
A bug fix
Ability to run the test suite without python 2.x and/or pygtk
Code cleanups.

2.4.0:
The Windows installer now includes the revitalised PySol-music package. For more info, see this bug.
Many improvements to the test suite and the board import functionality.
Some bug fixes.

2.2.0:
The Microsoft Windows binary installer now contains and supports the solver for Freecell and other games.
Many bug fixes.

2.1.4:
We now provide a Microsoft Windows binary installer again, thanks to the great work of Roderik Ploszek. Note that the solvers (for FreeCell/etc.) are not installed as part of it yet, but they are available separately.
pysol-sound-server was updated to support Python 3.x.
Fixes for the board export / solver input, and for redealing upon restart of the "ms*" deals.
Various cleanups.

2.1.3:
Support for the kivy toolkit for running under Android-based devices (currently python 2.7-only)
Fixed the help system and removed the need for the sgmllib module.
Other fixes and cleanups.
Currently there is no Microsoft Windows binary package. Help or insights will be appreciated.

2.1.0:
The code is now compatible with both Python 2.7.x and Python 3.x
One can deal all MS FreeCell/FC-pro deals by specifying e.g: "ms100000" as the seed.
Support for Black Hole and All in a Row solver was added.
Test suite and CI were added to the repository.
The code now passes flake8 validation.
Some improvements to the solver dialog.


(adam)
diff -r1.27 -r1.28 pkgsrc/games/pysolfc/Makefile
diff -r1.4 -r1.5 pkgsrc/games/pysolfc/PLIST
diff -r1.4 -r1.5 pkgsrc/games/pysolfc/distinfo
diff -r1.2 -r0 pkgsrc/games/pysolfc/patches/patch-ab
diff -r0 -r1.1 pkgsrc/games/pysolfc/patches/patch-pysollib_pysolrandom.py
diff -r0 -r1.1 pkgsrc/games/pysolfc/patches/patch-pysollib_settings.py

cvs diff -r1.27 -r1.28 pkgsrc/games/pysolfc/Makefile (expand / switch to unified diff)

--- pkgsrc/games/pysolfc/Makefile 2019/04/26 13:13:59 1.27
+++ pkgsrc/games/pysolfc/Makefile 2019/06/06 21:53:44 1.28
@@ -1,239 +1,45 @@ @@ -1,239 +1,45 @@
1# $NetBSD: Makefile,v 1.27 2019/04/26 13:13:59 maya Exp $ 1# $NetBSD: Makefile,v 1.28 2019/06/06 21:53:44 adam Exp $
2 2
3DISTNAME= PySolFC-2.0 3DISTNAME= PySolFC-2.6.4
4PKGNAME= ${DISTNAME:tl} 4PKGNAME= ${DISTNAME:tl}
5PKGREVISION= 4 
6CATEGORIES= games python 5CATEGORIES= games python
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysolfc/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysolfc/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://pysolfc.sourceforge.net/ 10HOMEPAGE= https://pysolfc.sourceforge.io/
12COMMENT= Over 1000 solitaire games 11COMMENT= Over 1000 solitaire games
13LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
14 13
15PYDISTUTILSPKG= yes 14CARDSETS_NAME= PySolFC-Cardsets-2.0
16PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-imaging 15DISTFILES= ${DEFAULT_DISTFILES}
17 16DISTFILES+= ${CARDSETS_NAME}.tar.bz2
18REPLACE_PYTHON+= \ 17
19 data/themes/clearlooks/create_imgs.py \ 18DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
20 pysollib/__init__.py \ 19DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
21 pysollib/acard.py \ 20DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
22 pysollib/actions.py \ 21
23 pysollib/app.py \ 22USE_TOOLS+= pax
24 pysollib/customgame.py \ 23
25 pysollib/game.py \ 24SUBST_CLASSES+= datadir
26 pysollib/gamedb.py \ 25SUBST_STAGE.datadir= pre-configure
27 pysollib/games/__init__.py \ 26SUBST_MESSAGE.datadir= Use custom data dir.
28 pysollib/games/acesup.py \ 27SUBST_FILES.datadir= pysollib/settings.py
29 pysollib/games/algerian.py \ 28SUBST_SED.datadir= -e 's,@DATADIR@,${PREFIX}/share/PySolFC,'
30 pysollib/games/auldlangsyne.py \ 
31 pysollib/games/bakersdozen.py \ 
32 pysollib/games/bakersgame.py \ 
33 pysollib/games/beleagueredcastle.py \ 
34 pysollib/games/bisley.py \ 
35 pysollib/games/braid.py \ 
36 pysollib/games/bristol.py \ 
37 pysollib/games/buffalobill.py \ 
38 pysollib/games/calculation.py \ 
39 pysollib/games/camelot.py \ 
40 pysollib/games/canfield.py \ 
41 pysollib/games/capricieuse.py \ 
42 pysollib/games/curdsandwhey.py \ 
43 pysollib/games/dieboesesieben.py \ 
44 pysollib/games/diplomat.py \ 
45 pysollib/games/doublets.py \ 
46 pysollib/games/eiffeltower.py \ 
47 pysollib/games/fan.py \ 
48 pysollib/games/fortythieves.py \ 
49 pysollib/games/freecell.py \ 
50 pysollib/games/glenwood.py \ 
51 pysollib/games/golf.py \ 
52 pysollib/games/grandduchess.py \ 
53 pysollib/games/grandfathersclock.py \ 
54 pysollib/games/gypsy.py \ 
55 pysollib/games/harp.py \ 
56 pysollib/games/headsandtails.py \ 
57 pysollib/games/katzenschwanz.py \ 
58 pysollib/games/klondike.py \ 
59 pysollib/games/labyrinth.py \ 
60 pysollib/games/larasgame.py \ 
61 pysollib/games/mahjongg/__init__.py \ 
62 pysollib/games/mahjongg/mahjongg.py \ 
63 pysollib/games/mahjongg/mahjongg1.py \ 
64 pysollib/games/mahjongg/mahjongg2.py \ 
65 pysollib/games/mahjongg/mahjongg3.py \ 
66 pysollib/games/mahjongg/shisensho.py \ 
67 pysollib/games/matriarchy.py \ 
68 pysollib/games/montana.py \ 
69 pysollib/games/montecarlo.py \ 
70 pysollib/games/napoleon.py \ 
71 pysollib/games/needle.py \ 
72 pysollib/games/numerica.py \ 
73 pysollib/games/osmosis.py \ 
74 pysollib/games/parallels.py \ 
75 pysollib/games/pasdedeux.py \ 
76 pysollib/games/picturegallery.py \ 
77 pysollib/games/pileon.py \ 
78 pysollib/games/pushpin.py \ 
79 pysollib/games/pyramid.py \ 
80 pysollib/games/royalcotillion.py \ 
81 pysollib/games/royaleast.py \ 
82 pysollib/games/sanibel.py \ 
83 pysollib/games/siebenbisas.py \ 
84 pysollib/games/simplex.py \ 
85 pysollib/games/special/__init__.py \ 
86 pysollib/games/special/hanoi.py \ 
87 pysollib/games/special/memory.py \ 
88 pysollib/games/special/pegged.py \ 
89 pysollib/games/special/poker.py \ 
90 pysollib/games/special/tarock.py \ 
91 pysollib/games/spider.py \ 
92 pysollib/games/sthelena.py \ 
93 pysollib/games/sultan.py \ 
94 pysollib/games/takeaway.py \ 
95 pysollib/games/terrace.py \ 
96 pysollib/games/threepeaks.py \ 
97 pysollib/games/tournament.py \ 
98 pysollib/games/ultra/__init__.py \ 
99 pysollib/games/ultra/dashavatara.py \ 
100 pysollib/games/ultra/hanafuda.py \ 
101 pysollib/games/ultra/hanafuda1.py \ 
102 pysollib/games/ultra/hanafuda_common.py \ 
103 pysollib/games/ultra/hexadeck.py \ 
104 pysollib/games/ultra/larasgame.py \ 
105 pysollib/games/ultra/matrix.py \ 
106 pysollib/games/ultra/mughal.py \ 
107 pysollib/games/ultra/tarock.py \ 
108 pysollib/games/unionsquare.py \ 
109 pysollib/games/wavemotion.py \ 
110 pysollib/games/windmill.py \ 
111 pysollib/games/yukon.py \ 
112 pysollib/games/zodiac.py \ 
113 pysollib/help.py \ 
114 pysollib/hint.py \ 
115 pysollib/images.py \ 
116 pysollib/init.py \ 
117 pysollib/layout.py \ 
118 pysollib/macosx/__init__.py \ 
119 pysollib/macosx/appSupport.py \ 
120 pysollib/main.py \ 
121 pysollib/mfxutil.py \ 
122 pysollib/move.py \ 
123 pysollib/options.py \ 
124 pysollib/pysolaudio.py \ 
125 pysollib/pysolgtk/__init__.py \ 
126 pysollib/pysolgtk/card.py \ 
127 pysollib/pysolgtk/colorsdialog.py \ 
128 pysollib/pysolgtk/edittextdialog.py \ 
129 pysollib/pysolgtk/findcarddialog.py \ 
130 pysollib/pysolgtk/fontsdialog.py \ 
131 pysollib/pysolgtk/gameinfodialog.py \ 
132 pysollib/pysolgtk/menubar.py \ 
133 pysollib/pysolgtk/playeroptionsdialog.py \ 
134 pysollib/pysolgtk/progressbar.py \ 
135 pysollib/pysolgtk/pysoltree.py \ 
136 pysollib/pysolgtk/selectcardset.py \ 
137 pysollib/pysolgtk/selectgame.py \ 
138 pysollib/pysolgtk/selecttile.py \ 
139 pysollib/pysolgtk/solverdialog.py \ 
140 pysollib/pysolgtk/soundoptionsdialog.py \ 
141 pysollib/pysolgtk/statusbar.py \ 
142 pysollib/pysolgtk/timeoutsdialog.py \ 
143 pysollib/pysolgtk/tkcanvas.py \ 
144 pysollib/pysolgtk/tkconst.py \ 
145 pysollib/pysolgtk/tkhtml.py \ 
146 pysollib/pysolgtk/tkstats.py \ 
147 pysollib/pysolgtk/tkutil.py \ 
148 pysollib/pysolgtk/tkwidget.py \ 
149 pysollib/pysolgtk/tkwrap.py \ 
150 pysollib/pysolgtk/toolbar.py \ 
151 pysollib/pysolrandom.py \ 
152 pysollib/pysoltk.py \ 
153 pysollib/resource.py \ 
154 pysollib/settings.py \ 
155 pysollib/stack.py \ 
156 pysollib/stats.py \ 
157 pysollib/tile/__init__.py \ 
158 pysollib/tile/card.py \ 
159 pysollib/tile/colorsdialog.py \ 
160 pysollib/tile/edittextdialog.py \ 
161 pysollib/tile/findcarddialog.py \ 
162 pysollib/tile/fontsdialog.py \ 
163 pysollib/tile/gameinfodialog.py \ 
164 pysollib/tile/menubar.py \ 
165 pysollib/tile/playeroptionsdialog.py \ 
166 pysollib/tile/progressbar.py \ 
167 pysollib/tile/selectcardset.py \ 
168 pysollib/tile/selectgame.py \ 
169 pysollib/tile/selecttile.py \ 
170 pysollib/tile/selecttree.py \ 
171 pysollib/tile/solverdialog.py \ 
172 pysollib/tile/soundoptionsdialog.py \ 
173 pysollib/tile/statusbar.py \ 
174 pysollib/tile/timeoutsdialog.py \ 
175 pysollib/tile/tkcanvas.py \ 
176 pysollib/tile/tkconst.py \ 
177 pysollib/tile/tkhtml.py \ 
178 pysollib/tile/tkstats.py \ 
179 pysollib/tile/tktree.py \ 
180 pysollib/tile/tkutil.py \ 
181 pysollib/tile/tkwidget.py \ 
182 pysollib/tile/tkwrap.py \ 
183 pysollib/tile/toolbar.py \ 
184 pysollib/tile/wizarddialog.py \ 
185 pysollib/tk/__init__.py \ 
186 pysollib/tk/card.py \ 
187 pysollib/tk/colorsdialog.py \ 
188 pysollib/tk/edittextdialog.py \ 
189 pysollib/tk/findcarddialog.py \ 
190 pysollib/tk/fontsdialog.py \ 
191 pysollib/tk/gameinfodialog.py \ 
192 pysollib/tk/menubar.py \ 
193 pysollib/tk/playeroptionsdialog.py \ 
194 pysollib/tk/progressbar.py \ 
195 pysollib/tk/selectcardset.py \ 
196 pysollib/tk/selectgame.py \ 
197 pysollib/tk/selecttile.py \ 
198 pysollib/tk/selecttree.py \ 
199 pysollib/tk/solverdialog.py \ 
200 pysollib/tk/soundoptionsdialog.py \ 
201 pysollib/tk/statusbar.py \ 
202 pysollib/tk/tabpage.py \ 
203 pysollib/tk/timeoutsdialog.py \ 
204 pysollib/tk/tkcanvas.py \ 
205 pysollib/tk/tkconst.py \ 
206 pysollib/tk/tkhtml.py \ 
207 pysollib/tk/tkstats.py \ 
208 pysollib/tk/tktree.py \ 
209 pysollib/tk/tkutil.py \ 
210 pysollib/tk/tkwidget.py \ 
211 pysollib/tk/tkwrap.py \ 
212 pysollib/tk/toolbar.py \ 
213 pysollib/tk/wizarddialog.py \ 
214 pysollib/util.py \ 
215 pysollib/winsystems/__init__.py \ 
216 pysollib/winsystems/aqua.py \ 
217 pysollib/winsystems/common.py \ 
218 pysollib/winsystems/win32.py \ 
219 pysollib/winsystems/x11.py \ 
220 pysollib/wizardpresets.py \ 
221 pysollib/wizardutil.py 
222 
223SUBST_CLASSES+= fix-paths 
224SUBST_STAGE.fix-paths= pre-configure 
225SUBST_MESSAGE.fix-paths= Fixing absolute paths. 
226SUBST_FILES.fix-paths= pysollib/settings.py 
227SUBST_SED.fix-paths= -e s,@DATADIR@,${PREFIX}/share/PySolFC/, 
228 29
229INSTALLATION_DIRS+= ${PKGMANDIR}/man6 30INSTALLATION_DIRS+= ${PKGMANDIR}/man6
230 31
 32PLIST_SRC= PLIST ${WRKDIR}/PLIST.CS
 33
231post-install: 34post-install:
232 ${INSTALL_MAN} ${WRKSRC}/docs/pysol.6 \ 35 ${INSTALL_MAN} ${WRKSRC}/docs/pysol.6 \
233 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysol.py.6 36 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysol.py.6
 37 ${INSTALL_MAN} ${WRKSRC}/docs/pysolfc.6 \
 38 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysolfc.6
 39 cd ${WRKDIR}/${CARDSETS_NAME} && \
 40 ${PAX} -rw . ${DESTDIR}${PREFIX}/share/PySolFC/ && \
 41 ${FIND} . -type f -print | ${SED} -e 's,^\.,share/PySolFC,' > ${WRKDIR}/PLIST.CS
234 42
235.include "../../sysutils/desktop-file-utils/desktopdb.mk" 43.include "../../sysutils/desktop-file-utils/desktopdb.mk"
236.include "../../lang/python/application.mk" 44.include "../../lang/python/distutils.mk"
237.include "../../lang/python/extension.mk" 
238.include "../../graphics/py-imagingtk/buildlink3.mk" 
239.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/games/pysolfc/PLIST (expand / switch to unified diff)

--- pkgsrc/games/pysolfc/PLIST 2012/09/01 19:44:33 1.4
+++ pkgsrc/games/pysolfc/PLIST 2019/06/06 21:53:44 1.5
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1@comment $NetBSD: PLIST,v 1.4 2012/09/01 19:44:33 spz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2019/06/06 21:53:44 adam Exp $
2bin/pysol.py 2bin/pysol.py
 3${PYSITELIB}/PySolFC-2.6.4-py3.7.egg-info
3${PYSITELIB}/pysollib/__init__.py 4${PYSITELIB}/pysollib/__init__.py
4${PYSITELIB}/pysollib/__init__.pyc 5${PYSITELIB}/pysollib/__init__.pyc
5${PYSITELIB}/pysollib/__init__.pyo 6${PYSITELIB}/pysollib/__init__.pyo
6${PYSITELIB}/pysollib/acard.py 7${PYSITELIB}/pysollib/acard.py
7${PYSITELIB}/pysollib/acard.pyc 8${PYSITELIB}/pysollib/acard.pyc
8${PYSITELIB}/pysollib/acard.pyo 9${PYSITELIB}/pysollib/acard.pyo
9${PYSITELIB}/pysollib/actions.py 10${PYSITELIB}/pysollib/actions.py
10${PYSITELIB}/pysollib/actions.pyc 11${PYSITELIB}/pysollib/actions.pyc
11${PYSITELIB}/pysollib/actions.pyo 12${PYSITELIB}/pysollib/actions.pyo
12${PYSITELIB}/pysollib/app.py 13${PYSITELIB}/pysollib/app.py
13${PYSITELIB}/pysollib/app.pyc 14${PYSITELIB}/pysollib/app.pyc
14${PYSITELIB}/pysollib/app.pyo 15${PYSITELIB}/pysollib/app.pyo
15${PYSITELIB}/pysollib/configobj/__init__.py 16${PYSITELIB}/pysollib/configobj/__init__.py
@@ -68,26 +69,29 @@ ${PYSITELIB}/pysollib/games/calculation. @@ -68,26 +69,29 @@ ${PYSITELIB}/pysollib/games/calculation.
68${PYSITELIB}/pysollib/games/calculation.pyo 69${PYSITELIB}/pysollib/games/calculation.pyo
69${PYSITELIB}/pysollib/games/camelot.py 70${PYSITELIB}/pysollib/games/camelot.py
70${PYSITELIB}/pysollib/games/camelot.pyc 71${PYSITELIB}/pysollib/games/camelot.pyc
71${PYSITELIB}/pysollib/games/camelot.pyo 72${PYSITELIB}/pysollib/games/camelot.pyo
72${PYSITELIB}/pysollib/games/canfield.py 73${PYSITELIB}/pysollib/games/canfield.py
73${PYSITELIB}/pysollib/games/canfield.pyc 74${PYSITELIB}/pysollib/games/canfield.pyc
74${PYSITELIB}/pysollib/games/canfield.pyo 75${PYSITELIB}/pysollib/games/canfield.pyo
75${PYSITELIB}/pysollib/games/capricieuse.py 76${PYSITELIB}/pysollib/games/capricieuse.py
76${PYSITELIB}/pysollib/games/capricieuse.pyc 77${PYSITELIB}/pysollib/games/capricieuse.pyc
77${PYSITELIB}/pysollib/games/capricieuse.pyo 78${PYSITELIB}/pysollib/games/capricieuse.pyo
78${PYSITELIB}/pysollib/games/curdsandwhey.py 79${PYSITELIB}/pysollib/games/curdsandwhey.py
79${PYSITELIB}/pysollib/games/curdsandwhey.pyc 80${PYSITELIB}/pysollib/games/curdsandwhey.pyc
80${PYSITELIB}/pysollib/games/curdsandwhey.pyo 81${PYSITELIB}/pysollib/games/curdsandwhey.pyo
 82${PYSITELIB}/pysollib/games/daddylonglegs.py
 83${PYSITELIB}/pysollib/games/daddylonglegs.pyc
 84${PYSITELIB}/pysollib/games/daddylonglegs.pyo
81${PYSITELIB}/pysollib/games/dieboesesieben.py 85${PYSITELIB}/pysollib/games/dieboesesieben.py
82${PYSITELIB}/pysollib/games/dieboesesieben.pyc 86${PYSITELIB}/pysollib/games/dieboesesieben.pyc
83${PYSITELIB}/pysollib/games/dieboesesieben.pyo 87${PYSITELIB}/pysollib/games/dieboesesieben.pyo
84${PYSITELIB}/pysollib/games/diplomat.py 88${PYSITELIB}/pysollib/games/diplomat.py
85${PYSITELIB}/pysollib/games/diplomat.pyc 89${PYSITELIB}/pysollib/games/diplomat.pyc
86${PYSITELIB}/pysollib/games/diplomat.pyo 90${PYSITELIB}/pysollib/games/diplomat.pyo
87${PYSITELIB}/pysollib/games/doublets.py 91${PYSITELIB}/pysollib/games/doublets.py
88${PYSITELIB}/pysollib/games/doublets.pyc 92${PYSITELIB}/pysollib/games/doublets.pyc
89${PYSITELIB}/pysollib/games/doublets.pyo 93${PYSITELIB}/pysollib/games/doublets.pyo
90${PYSITELIB}/pysollib/games/eiffeltower.py 94${PYSITELIB}/pysollib/games/eiffeltower.py
91${PYSITELIB}/pysollib/games/eiffeltower.pyc 95${PYSITELIB}/pysollib/games/eiffeltower.pyc
92${PYSITELIB}/pysollib/games/eiffeltower.pyo 96${PYSITELIB}/pysollib/games/eiffeltower.pyo
93${PYSITELIB}/pysollib/games/fan.py 97${PYSITELIB}/pysollib/games/fan.py
@@ -284,50 +288,134 @@ ${PYSITELIB}/pysollib/games/windmill.pyc @@ -284,50 +288,134 @@ ${PYSITELIB}/pysollib/games/windmill.pyc
284${PYSITELIB}/pysollib/games/windmill.pyo 288${PYSITELIB}/pysollib/games/windmill.pyo
285${PYSITELIB}/pysollib/games/yukon.py 289${PYSITELIB}/pysollib/games/yukon.py
286${PYSITELIB}/pysollib/games/yukon.pyc 290${PYSITELIB}/pysollib/games/yukon.pyc
287${PYSITELIB}/pysollib/games/yukon.pyo 291${PYSITELIB}/pysollib/games/yukon.pyo
288${PYSITELIB}/pysollib/games/zodiac.py 292${PYSITELIB}/pysollib/games/zodiac.py
289${PYSITELIB}/pysollib/games/zodiac.pyc 293${PYSITELIB}/pysollib/games/zodiac.pyc
290${PYSITELIB}/pysollib/games/zodiac.pyo 294${PYSITELIB}/pysollib/games/zodiac.pyo
291${PYSITELIB}/pysollib/help.py 295${PYSITELIB}/pysollib/help.py
292${PYSITELIB}/pysollib/help.pyc 296${PYSITELIB}/pysollib/help.pyc
293${PYSITELIB}/pysollib/help.pyo 297${PYSITELIB}/pysollib/help.pyo
294${PYSITELIB}/pysollib/hint.py 298${PYSITELIB}/pysollib/hint.py
295${PYSITELIB}/pysollib/hint.pyc 299${PYSITELIB}/pysollib/hint.pyc
296${PYSITELIB}/pysollib/hint.pyo 300${PYSITELIB}/pysollib/hint.pyo
 301${PYSITELIB}/pysollib/htmllib2.py
 302${PYSITELIB}/pysollib/htmllib2.pyc
 303${PYSITELIB}/pysollib/htmllib2.pyo
297${PYSITELIB}/pysollib/images.py 304${PYSITELIB}/pysollib/images.py
298${PYSITELIB}/pysollib/images.pyc 305${PYSITELIB}/pysollib/images.pyc
299${PYSITELIB}/pysollib/images.pyo 306${PYSITELIB}/pysollib/images.pyo
300${PYSITELIB}/pysollib/init.py 307${PYSITELIB}/pysollib/init.py
301${PYSITELIB}/pysollib/init.pyc 308${PYSITELIB}/pysollib/init.pyc
302${PYSITELIB}/pysollib/init.pyo 309${PYSITELIB}/pysollib/init.pyo
 310${PYSITELIB}/pysollib/kivy/LApp.py
 311${PYSITELIB}/pysollib/kivy/LApp.pyc
 312${PYSITELIB}/pysollib/kivy/LApp.pyo
 313${PYSITELIB}/pysollib/kivy/__init__.py
 314${PYSITELIB}/pysollib/kivy/__init__.pyc
 315${PYSITELIB}/pysollib/kivy/__init__.pyo
 316${PYSITELIB}/pysollib/kivy/card.py
 317${PYSITELIB}/pysollib/kivy/card.pyc
 318${PYSITELIB}/pysollib/kivy/card.pyo
 319${PYSITELIB}/pysollib/kivy/colorsdialog.py
 320${PYSITELIB}/pysollib/kivy/colorsdialog.pyc
 321${PYSITELIB}/pysollib/kivy/colorsdialog.pyo
 322${PYSITELIB}/pysollib/kivy/edittextdialog.py
 323${PYSITELIB}/pysollib/kivy/edittextdialog.pyc
 324${PYSITELIB}/pysollib/kivy/edittextdialog.pyo
 325${PYSITELIB}/pysollib/kivy/findcarddialog.py
 326${PYSITELIB}/pysollib/kivy/findcarddialog.pyc
 327${PYSITELIB}/pysollib/kivy/findcarddialog.pyo
 328${PYSITELIB}/pysollib/kivy/fontsdialog.py
 329${PYSITELIB}/pysollib/kivy/fontsdialog.pyc
 330${PYSITELIB}/pysollib/kivy/fontsdialog.pyo
 331${PYSITELIB}/pysollib/kivy/gameinfodialog.py
 332${PYSITELIB}/pysollib/kivy/gameinfodialog.pyc
 333${PYSITELIB}/pysollib/kivy/gameinfodialog.pyo
 334${PYSITELIB}/pysollib/kivy/menubar.py
 335${PYSITELIB}/pysollib/kivy/menubar.pyc
 336${PYSITELIB}/pysollib/kivy/menubar.pyo
 337${PYSITELIB}/pysollib/kivy/playeroptionsdialog.py
 338${PYSITELIB}/pysollib/kivy/playeroptionsdialog.pyc
 339${PYSITELIB}/pysollib/kivy/playeroptionsdialog.pyo
 340${PYSITELIB}/pysollib/kivy/progressbar.py
 341${PYSITELIB}/pysollib/kivy/progressbar.pyc
 342${PYSITELIB}/pysollib/kivy/progressbar.pyo
 343${PYSITELIB}/pysollib/kivy/selectcardset.py
 344${PYSITELIB}/pysollib/kivy/selectcardset.pyc
 345${PYSITELIB}/pysollib/kivy/selectcardset.pyo
 346${PYSITELIB}/pysollib/kivy/selectgame.py
 347${PYSITELIB}/pysollib/kivy/selectgame.pyc
 348${PYSITELIB}/pysollib/kivy/selectgame.pyo
 349${PYSITELIB}/pysollib/kivy/selecttree.py
 350${PYSITELIB}/pysollib/kivy/selecttree.pyc
 351${PYSITELIB}/pysollib/kivy/selecttree.pyo
 352${PYSITELIB}/pysollib/kivy/solverdialog.py
 353${PYSITELIB}/pysollib/kivy/solverdialog.pyc
 354${PYSITELIB}/pysollib/kivy/solverdialog.pyo
 355${PYSITELIB}/pysollib/kivy/statusbar.py
 356${PYSITELIB}/pysollib/kivy/statusbar.pyc
 357${PYSITELIB}/pysollib/kivy/statusbar.pyo
 358${PYSITELIB}/pysollib/kivy/timeoutsdialog.py
 359${PYSITELIB}/pysollib/kivy/timeoutsdialog.pyc
 360${PYSITELIB}/pysollib/kivy/timeoutsdialog.pyo
 361${PYSITELIB}/pysollib/kivy/tkcanvas.py
 362${PYSITELIB}/pysollib/kivy/tkcanvas.pyc
 363${PYSITELIB}/pysollib/kivy/tkcanvas.pyo
 364${PYSITELIB}/pysollib/kivy/tkconst.py
 365${PYSITELIB}/pysollib/kivy/tkconst.pyc
 366${PYSITELIB}/pysollib/kivy/tkconst.pyo
 367${PYSITELIB}/pysollib/kivy/tkhtml.py
 368${PYSITELIB}/pysollib/kivy/tkhtml.pyc
 369${PYSITELIB}/pysollib/kivy/tkhtml.pyo
 370${PYSITELIB}/pysollib/kivy/tkstats.py
 371${PYSITELIB}/pysollib/kivy/tkstats.pyc
 372${PYSITELIB}/pysollib/kivy/tkstats.pyo
 373${PYSITELIB}/pysollib/kivy/tktree.py
 374${PYSITELIB}/pysollib/kivy/tktree.pyc
 375${PYSITELIB}/pysollib/kivy/tktree.pyo
 376${PYSITELIB}/pysollib/kivy/tkutil.py
 377${PYSITELIB}/pysollib/kivy/tkutil.pyc
 378${PYSITELIB}/pysollib/kivy/tkutil.pyo
 379${PYSITELIB}/pysollib/kivy/tkwidget.py
 380${PYSITELIB}/pysollib/kivy/tkwidget.pyc
 381${PYSITELIB}/pysollib/kivy/tkwidget.pyo
 382${PYSITELIB}/pysollib/kivy/tkwrap.py
 383${PYSITELIB}/pysollib/kivy/tkwrap.pyc
 384${PYSITELIB}/pysollib/kivy/tkwrap.pyo
 385${PYSITELIB}/pysollib/kivy/toolbar.py
 386${PYSITELIB}/pysollib/kivy/toolbar.pyc
 387${PYSITELIB}/pysollib/kivy/toolbar.pyo
303${PYSITELIB}/pysollib/layout.py 388${PYSITELIB}/pysollib/layout.py
304${PYSITELIB}/pysollib/layout.pyc 389${PYSITELIB}/pysollib/layout.pyc
305${PYSITELIB}/pysollib/layout.pyo 390${PYSITELIB}/pysollib/layout.pyo
306${PYSITELIB}/pysollib/macosx/__init__.py 391${PYSITELIB}/pysollib/macosx/__init__.py
307${PYSITELIB}/pysollib/macosx/__init__.pyc 392${PYSITELIB}/pysollib/macosx/__init__.pyc
308${PYSITELIB}/pysollib/macosx/__init__.pyo 393${PYSITELIB}/pysollib/macosx/__init__.pyo
309${PYSITELIB}/pysollib/macosx/appSupport.py 394${PYSITELIB}/pysollib/macosx/appSupport.py
310${PYSITELIB}/pysollib/macosx/appSupport.pyc 395${PYSITELIB}/pysollib/macosx/appSupport.pyc
311${PYSITELIB}/pysollib/macosx/appSupport.pyo 396${PYSITELIB}/pysollib/macosx/appSupport.pyo
312${PYSITELIB}/pysollib/main.py 397${PYSITELIB}/pysollib/main.py
313${PYSITELIB}/pysollib/main.pyc 398${PYSITELIB}/pysollib/main.pyc
314${PYSITELIB}/pysollib/main.pyo 399${PYSITELIB}/pysollib/main.pyo
315${PYSITELIB}/pysollib/mfxutil.py 400${PYSITELIB}/pysollib/mfxutil.py
316${PYSITELIB}/pysollib/mfxutil.pyc 401${PYSITELIB}/pysollib/mfxutil.pyc
317${PYSITELIB}/pysollib/mfxutil.pyo 402${PYSITELIB}/pysollib/mfxutil.pyo
318${PYSITELIB}/pysollib/move.py 403${PYSITELIB}/pysollib/move.py
319${PYSITELIB}/pysollib/move.pyc 404${PYSITELIB}/pysollib/move.pyc
320${PYSITELIB}/pysollib/move.pyo 405${PYSITELIB}/pysollib/move.pyo
 406${PYSITELIB}/pysollib/mygettext.py
 407${PYSITELIB}/pysollib/mygettext.pyc
 408${PYSITELIB}/pysollib/mygettext.pyo
321${PYSITELIB}/pysollib/options.py 409${PYSITELIB}/pysollib/options.py
322${PYSITELIB}/pysollib/options.pyc 410${PYSITELIB}/pysollib/options.pyc
323${PYSITELIB}/pysollib/options.pyo 411${PYSITELIB}/pysollib/options.pyo
324${PYSITELIB}/pysollib/pysolaudio.py 412${PYSITELIB}/pysollib/pysolaudio.py
325${PYSITELIB}/pysollib/pysolaudio.pyc 413${PYSITELIB}/pysollib/pysolaudio.pyc
326${PYSITELIB}/pysollib/pysolaudio.pyo 414${PYSITELIB}/pysollib/pysolaudio.pyo
327${PYSITELIB}/pysollib/pysolgtk/__init__.py 415${PYSITELIB}/pysollib/pysolgtk/__init__.py
328${PYSITELIB}/pysollib/pysolgtk/__init__.pyc 416${PYSITELIB}/pysollib/pysolgtk/__init__.pyc
329${PYSITELIB}/pysollib/pysolgtk/__init__.pyo 417${PYSITELIB}/pysollib/pysolgtk/__init__.pyo
330${PYSITELIB}/pysollib/pysolgtk/card.py 418${PYSITELIB}/pysollib/pysolgtk/card.py
331${PYSITELIB}/pysollib/pysolgtk/card.pyc 419${PYSITELIB}/pysollib/pysolgtk/card.pyc
332${PYSITELIB}/pysollib/pysolgtk/card.pyo 420${PYSITELIB}/pysollib/pysolgtk/card.pyo
333${PYSITELIB}/pysollib/pysolgtk/colorsdialog.py 421${PYSITELIB}/pysollib/pysolgtk/colorsdialog.py
@@ -413,38 +501,35 @@ ${PYSITELIB}/pysollib/resource.pyc @@ -413,38 +501,35 @@ ${PYSITELIB}/pysollib/resource.pyc
413${PYSITELIB}/pysollib/resource.pyo 501${PYSITELIB}/pysollib/resource.pyo
414${PYSITELIB}/pysollib/settings.py 502${PYSITELIB}/pysollib/settings.py
415${PYSITELIB}/pysollib/settings.pyc 503${PYSITELIB}/pysollib/settings.pyc
416${PYSITELIB}/pysollib/settings.pyo 504${PYSITELIB}/pysollib/settings.pyo
417${PYSITELIB}/pysollib/stack.py 505${PYSITELIB}/pysollib/stack.py
418${PYSITELIB}/pysollib/stack.pyc 506${PYSITELIB}/pysollib/stack.pyc
419${PYSITELIB}/pysollib/stack.pyo 507${PYSITELIB}/pysollib/stack.pyo
420${PYSITELIB}/pysollib/stats.py 508${PYSITELIB}/pysollib/stats.py
421${PYSITELIB}/pysollib/stats.pyc 509${PYSITELIB}/pysollib/stats.pyc
422${PYSITELIB}/pysollib/stats.pyo 510${PYSITELIB}/pysollib/stats.pyo
423${PYSITELIB}/pysollib/tile/__init__.py 511${PYSITELIB}/pysollib/tile/__init__.py
424${PYSITELIB}/pysollib/tile/__init__.pyc 512${PYSITELIB}/pysollib/tile/__init__.pyc
425${PYSITELIB}/pysollib/tile/__init__.pyo 513${PYSITELIB}/pysollib/tile/__init__.pyo
426${PYSITELIB}/pysollib/tile/card.py 514${PYSITELIB}/pysollib/tile/basetilemfxdialog.py
427${PYSITELIB}/pysollib/tile/card.pyc 515${PYSITELIB}/pysollib/tile/basetilemfxdialog.pyc
428${PYSITELIB}/pysollib/tile/card.pyo 516${PYSITELIB}/pysollib/tile/basetilemfxdialog.pyo
429${PYSITELIB}/pysollib/tile/colorsdialog.py 517${PYSITELIB}/pysollib/tile/colorsdialog.py
430${PYSITELIB}/pysollib/tile/colorsdialog.pyc 518${PYSITELIB}/pysollib/tile/colorsdialog.pyc
431${PYSITELIB}/pysollib/tile/colorsdialog.pyo 519${PYSITELIB}/pysollib/tile/colorsdialog.pyo
432${PYSITELIB}/pysollib/tile/edittextdialog.py 520${PYSITELIB}/pysollib/tile/edittextdialog.py
433${PYSITELIB}/pysollib/tile/edittextdialog.pyc 521${PYSITELIB}/pysollib/tile/edittextdialog.pyc
434${PYSITELIB}/pysollib/tile/edittextdialog.pyo 522${PYSITELIB}/pysollib/tile/edittextdialog.pyo
435${PYSITELIB}/pysollib/tile/findcarddialog.py 
436${PYSITELIB}/pysollib/tile/findcarddialog.pyc 
437${PYSITELIB}/pysollib/tile/findcarddialog.pyo 
438${PYSITELIB}/pysollib/tile/fontsdialog.py 523${PYSITELIB}/pysollib/tile/fontsdialog.py
439${PYSITELIB}/pysollib/tile/fontsdialog.pyc 524${PYSITELIB}/pysollib/tile/fontsdialog.pyc
440${PYSITELIB}/pysollib/tile/fontsdialog.pyo 525${PYSITELIB}/pysollib/tile/fontsdialog.pyo
441${PYSITELIB}/pysollib/tile/gameinfodialog.py 526${PYSITELIB}/pysollib/tile/gameinfodialog.py
442${PYSITELIB}/pysollib/tile/gameinfodialog.pyc 527${PYSITELIB}/pysollib/tile/gameinfodialog.pyc
443${PYSITELIB}/pysollib/tile/gameinfodialog.pyo 528${PYSITELIB}/pysollib/tile/gameinfodialog.pyo
444${PYSITELIB}/pysollib/tile/menubar.py 529${PYSITELIB}/pysollib/tile/menubar.py
445${PYSITELIB}/pysollib/tile/menubar.pyc 530${PYSITELIB}/pysollib/tile/menubar.pyc
446${PYSITELIB}/pysollib/tile/menubar.pyo 531${PYSITELIB}/pysollib/tile/menubar.pyo
447${PYSITELIB}/pysollib/tile/playeroptionsdialog.py 532${PYSITELIB}/pysollib/tile/playeroptionsdialog.py
448${PYSITELIB}/pysollib/tile/playeroptionsdialog.pyc 533${PYSITELIB}/pysollib/tile/playeroptionsdialog.pyc
449${PYSITELIB}/pysollib/tile/playeroptionsdialog.pyo 534${PYSITELIB}/pysollib/tile/playeroptionsdialog.pyo
450${PYSITELIB}/pysollib/tile/progressbar.py 535${PYSITELIB}/pysollib/tile/progressbar.py
@@ -464,74 +549,59 @@ ${PYSITELIB}/pysollib/tile/selecttree.py @@ -464,74 +549,59 @@ ${PYSITELIB}/pysollib/tile/selecttree.py
464${PYSITELIB}/pysollib/tile/selecttree.pyo 549${PYSITELIB}/pysollib/tile/selecttree.pyo
465${PYSITELIB}/pysollib/tile/solverdialog.py 550${PYSITELIB}/pysollib/tile/solverdialog.py
466${PYSITELIB}/pysollib/tile/solverdialog.pyc 551${PYSITELIB}/pysollib/tile/solverdialog.pyc
467${PYSITELIB}/pysollib/tile/solverdialog.pyo 552${PYSITELIB}/pysollib/tile/solverdialog.pyo
468${PYSITELIB}/pysollib/tile/soundoptionsdialog.py 553${PYSITELIB}/pysollib/tile/soundoptionsdialog.py
469${PYSITELIB}/pysollib/tile/soundoptionsdialog.pyc 554${PYSITELIB}/pysollib/tile/soundoptionsdialog.pyc
470${PYSITELIB}/pysollib/tile/soundoptionsdialog.pyo 555${PYSITELIB}/pysollib/tile/soundoptionsdialog.pyo
471${PYSITELIB}/pysollib/tile/statusbar.py 556${PYSITELIB}/pysollib/tile/statusbar.py
472${PYSITELIB}/pysollib/tile/statusbar.pyc 557${PYSITELIB}/pysollib/tile/statusbar.pyc
473${PYSITELIB}/pysollib/tile/statusbar.pyo 558${PYSITELIB}/pysollib/tile/statusbar.pyo
474${PYSITELIB}/pysollib/tile/timeoutsdialog.py 559${PYSITELIB}/pysollib/tile/timeoutsdialog.py
475${PYSITELIB}/pysollib/tile/timeoutsdialog.pyc 560${PYSITELIB}/pysollib/tile/timeoutsdialog.pyc
476${PYSITELIB}/pysollib/tile/timeoutsdialog.pyo 561${PYSITELIB}/pysollib/tile/timeoutsdialog.pyo
477${PYSITELIB}/pysollib/tile/tkcanvas.py 
478${PYSITELIB}/pysollib/tile/tkcanvas.pyc 
479${PYSITELIB}/pysollib/tile/tkcanvas.pyo 
480${PYSITELIB}/pysollib/tile/tkconst.py 
481${PYSITELIB}/pysollib/tile/tkconst.pyc 
482${PYSITELIB}/pysollib/tile/tkconst.pyo 
483${PYSITELIB}/pysollib/tile/tkhtml.py 562${PYSITELIB}/pysollib/tile/tkhtml.py
484${PYSITELIB}/pysollib/tile/tkhtml.pyc 563${PYSITELIB}/pysollib/tile/tkhtml.pyc
485${PYSITELIB}/pysollib/tile/tkhtml.pyo 564${PYSITELIB}/pysollib/tile/tkhtml.pyo
486${PYSITELIB}/pysollib/tile/tkstats.py 565${PYSITELIB}/pysollib/tile/tkstats.py
487${PYSITELIB}/pysollib/tile/tkstats.pyc 566${PYSITELIB}/pysollib/tile/tkstats.pyc
488${PYSITELIB}/pysollib/tile/tkstats.pyo 567${PYSITELIB}/pysollib/tile/tkstats.pyo
489${PYSITELIB}/pysollib/tile/tktree.py 568${PYSITELIB}/pysollib/tile/tktree.py
490${PYSITELIB}/pysollib/tile/tktree.pyc 569${PYSITELIB}/pysollib/tile/tktree.pyc
491${PYSITELIB}/pysollib/tile/tktree.pyo 570${PYSITELIB}/pysollib/tile/tktree.pyo
492${PYSITELIB}/pysollib/tile/tkutil.py 
493${PYSITELIB}/pysollib/tile/tkutil.pyc 
494${PYSITELIB}/pysollib/tile/tkutil.pyo 
495${PYSITELIB}/pysollib/tile/tkwidget.py 571${PYSITELIB}/pysollib/tile/tkwidget.py
496${PYSITELIB}/pysollib/tile/tkwidget.pyc 572${PYSITELIB}/pysollib/tile/tkwidget.pyc
497${PYSITELIB}/pysollib/tile/tkwidget.pyo 573${PYSITELIB}/pysollib/tile/tkwidget.pyo
498${PYSITELIB}/pysollib/tile/tkwrap.py 
499${PYSITELIB}/pysollib/tile/tkwrap.pyc 
500${PYSITELIB}/pysollib/tile/tkwrap.pyo 
501${PYSITELIB}/pysollib/tile/toolbar.py 574${PYSITELIB}/pysollib/tile/toolbar.py
502${PYSITELIB}/pysollib/tile/toolbar.pyc 575${PYSITELIB}/pysollib/tile/toolbar.pyc
503${PYSITELIB}/pysollib/tile/toolbar.pyo 576${PYSITELIB}/pysollib/tile/toolbar.pyo
504${PYSITELIB}/pysollib/tile/ttk.py 577${PYSITELIB}/pysollib/tile/ttk.py
505${PYSITELIB}/pysollib/tile/ttk.pyc 578${PYSITELIB}/pysollib/tile/ttk.pyc
506${PYSITELIB}/pysollib/tile/ttk.pyo 579${PYSITELIB}/pysollib/tile/ttk.pyo
507${PYSITELIB}/pysollib/tile/wizarddialog.py 580${PYSITELIB}/pysollib/tile/wizarddialog.py
508${PYSITELIB}/pysollib/tile/wizarddialog.pyc 581${PYSITELIB}/pysollib/tile/wizarddialog.pyc
509${PYSITELIB}/pysollib/tile/wizarddialog.pyo 582${PYSITELIB}/pysollib/tile/wizarddialog.pyo
510${PYSITELIB}/pysollib/tk/__init__.py 583${PYSITELIB}/pysollib/tk/__init__.py
511${PYSITELIB}/pysollib/tk/__init__.pyc 584${PYSITELIB}/pysollib/tk/__init__.pyc
512${PYSITELIB}/pysollib/tk/__init__.pyo 585${PYSITELIB}/pysollib/tk/__init__.pyo
513${PYSITELIB}/pysollib/tk/card.py 586${PYSITELIB}/pysollib/tk/basetkmfxdialog.py
514${PYSITELIB}/pysollib/tk/card.pyc 587${PYSITELIB}/pysollib/tk/basetkmfxdialog.pyc
515${PYSITELIB}/pysollib/tk/card.pyo 588${PYSITELIB}/pysollib/tk/basetkmfxdialog.pyo
516${PYSITELIB}/pysollib/tk/colorsdialog.py 589${PYSITELIB}/pysollib/tk/colorsdialog.py
517${PYSITELIB}/pysollib/tk/colorsdialog.pyc 590${PYSITELIB}/pysollib/tk/colorsdialog.pyc
518${PYSITELIB}/pysollib/tk/colorsdialog.pyo 591${PYSITELIB}/pysollib/tk/colorsdialog.pyo
519${PYSITELIB}/pysollib/tk/edittextdialog.py 592${PYSITELIB}/pysollib/tk/edittextdialog.py
520${PYSITELIB}/pysollib/tk/edittextdialog.pyc 593${PYSITELIB}/pysollib/tk/edittextdialog.pyc
521${PYSITELIB}/pysollib/tk/edittextdialog.pyo 594${PYSITELIB}/pysollib/tk/edittextdialog.pyo
522${PYSITELIB}/pysollib/tk/findcarddialog.py 
523${PYSITELIB}/pysollib/tk/findcarddialog.pyc 
524${PYSITELIB}/pysollib/tk/findcarddialog.pyo 
525${PYSITELIB}/pysollib/tk/fontsdialog.py 595${PYSITELIB}/pysollib/tk/fontsdialog.py
526${PYSITELIB}/pysollib/tk/fontsdialog.pyc 596${PYSITELIB}/pysollib/tk/fontsdialog.pyc
527${PYSITELIB}/pysollib/tk/fontsdialog.pyo 597${PYSITELIB}/pysollib/tk/fontsdialog.pyo
528${PYSITELIB}/pysollib/tk/gameinfodialog.py 598${PYSITELIB}/pysollib/tk/gameinfodialog.py
529${PYSITELIB}/pysollib/tk/gameinfodialog.pyc 599${PYSITELIB}/pysollib/tk/gameinfodialog.pyc
530${PYSITELIB}/pysollib/tk/gameinfodialog.pyo 600${PYSITELIB}/pysollib/tk/gameinfodialog.pyo
531${PYSITELIB}/pysollib/tk/menubar.py 601${PYSITELIB}/pysollib/tk/menubar.py
532${PYSITELIB}/pysollib/tk/menubar.pyc 602${PYSITELIB}/pysollib/tk/menubar.pyc
533${PYSITELIB}/pysollib/tk/menubar.pyo 603${PYSITELIB}/pysollib/tk/menubar.pyo
534${PYSITELIB}/pysollib/tk/playeroptionsdialog.py 604${PYSITELIB}/pysollib/tk/playeroptionsdialog.py
535${PYSITELIB}/pysollib/tk/playeroptionsdialog.pyc 605${PYSITELIB}/pysollib/tk/playeroptionsdialog.pyc
536${PYSITELIB}/pysollib/tk/playeroptionsdialog.pyo 606${PYSITELIB}/pysollib/tk/playeroptionsdialog.pyo
537${PYSITELIB}/pysollib/tk/progressbar.py 607${PYSITELIB}/pysollib/tk/progressbar.py
@@ -554,1563 +624,163 @@ ${PYSITELIB}/pysollib/tk/solverdialog.py @@ -554,1563 +624,163 @@ ${PYSITELIB}/pysollib/tk/solverdialog.py
554${PYSITELIB}/pysollib/tk/solverdialog.pyo 624${PYSITELIB}/pysollib/tk/solverdialog.pyo
555${PYSITELIB}/pysollib/tk/soundoptionsdialog.py 625${PYSITELIB}/pysollib/tk/soundoptionsdialog.py
556${PYSITELIB}/pysollib/tk/soundoptionsdialog.pyc 626${PYSITELIB}/pysollib/tk/soundoptionsdialog.pyc
557${PYSITELIB}/pysollib/tk/soundoptionsdialog.pyo 627${PYSITELIB}/pysollib/tk/soundoptionsdialog.pyo
558${PYSITELIB}/pysollib/tk/statusbar.py 628${PYSITELIB}/pysollib/tk/statusbar.py
559${PYSITELIB}/pysollib/tk/statusbar.pyc 629${PYSITELIB}/pysollib/tk/statusbar.pyc
560${PYSITELIB}/pysollib/tk/statusbar.pyo 630${PYSITELIB}/pysollib/tk/statusbar.pyo
561${PYSITELIB}/pysollib/tk/tabpage.py 631${PYSITELIB}/pysollib/tk/tabpage.py
562${PYSITELIB}/pysollib/tk/tabpage.pyc 632${PYSITELIB}/pysollib/tk/tabpage.pyc
563${PYSITELIB}/pysollib/tk/tabpage.pyo 633${PYSITELIB}/pysollib/tk/tabpage.pyo
564${PYSITELIB}/pysollib/tk/timeoutsdialog.py 634${PYSITELIB}/pysollib/tk/timeoutsdialog.py
565${PYSITELIB}/pysollib/tk/timeoutsdialog.pyc 635${PYSITELIB}/pysollib/tk/timeoutsdialog.pyc
566${PYSITELIB}/pysollib/tk/timeoutsdialog.pyo 636${PYSITELIB}/pysollib/tk/timeoutsdialog.pyo
567${PYSITELIB}/pysollib/tk/tkcanvas.py 
568${PYSITELIB}/pysollib/tk/tkcanvas.pyc 
569${PYSITELIB}/pysollib/tk/tkcanvas.pyo 
570${PYSITELIB}/pysollib/tk/tkconst.py 
571${PYSITELIB}/pysollib/tk/tkconst.pyc 
572${PYSITELIB}/pysollib/tk/tkconst.pyo 
573${PYSITELIB}/pysollib/tk/tkhtml.py 637${PYSITELIB}/pysollib/tk/tkhtml.py
574${PYSITELIB}/pysollib/tk/tkhtml.pyc 638${PYSITELIB}/pysollib/tk/tkhtml.pyc
575${PYSITELIB}/pysollib/tk/tkhtml.pyo 639${PYSITELIB}/pysollib/tk/tkhtml.pyo
576${PYSITELIB}/pysollib/tk/tkstats.py 640${PYSITELIB}/pysollib/tk/tkstats.py
577${PYSITELIB}/pysollib/tk/tkstats.pyc 641${PYSITELIB}/pysollib/tk/tkstats.pyc
578${PYSITELIB}/pysollib/tk/tkstats.pyo 642${PYSITELIB}/pysollib/tk/tkstats.pyo
579${PYSITELIB}/pysollib/tk/tktree.py 643${PYSITELIB}/pysollib/tk/tktree.py
580${PYSITELIB}/pysollib/tk/tktree.pyc 644${PYSITELIB}/pysollib/tk/tktree.pyc
581${PYSITELIB}/pysollib/tk/tktree.pyo 645${PYSITELIB}/pysollib/tk/tktree.pyo
582${PYSITELIB}/pysollib/tk/tkutil.py 
583${PYSITELIB}/pysollib/tk/tkutil.pyc 
584${PYSITELIB}/pysollib/tk/tkutil.pyo 
585${PYSITELIB}/pysollib/tk/tkwidget.py 646${PYSITELIB}/pysollib/tk/tkwidget.py
586${PYSITELIB}/pysollib/tk/tkwidget.pyc 647${PYSITELIB}/pysollib/tk/tkwidget.pyc
587${PYSITELIB}/pysollib/tk/tkwidget.pyo 648${PYSITELIB}/pysollib/tk/tkwidget.pyo
588${PYSITELIB}/pysollib/tk/tkwrap.py 
589${PYSITELIB}/pysollib/tk/tkwrap.pyc 
590${PYSITELIB}/pysollib/tk/tkwrap.pyo 
591${PYSITELIB}/pysollib/tk/toolbar.py 649${PYSITELIB}/pysollib/tk/toolbar.py
592${PYSITELIB}/pysollib/tk/toolbar.pyc 650${PYSITELIB}/pysollib/tk/toolbar.pyc
593${PYSITELIB}/pysollib/tk/toolbar.pyo 651${PYSITELIB}/pysollib/tk/toolbar.pyo
594${PYSITELIB}/pysollib/tk/wizarddialog.py 652${PYSITELIB}/pysollib/tk/wizarddialog.py
595${PYSITELIB}/pysollib/tk/wizarddialog.pyc 653${PYSITELIB}/pysollib/tk/wizarddialog.pyc
596${PYSITELIB}/pysollib/tk/wizarddialog.pyo 654${PYSITELIB}/pysollib/tk/wizarddialog.pyo
 655${PYSITELIB}/pysollib/ui/__init__.py
 656${PYSITELIB}/pysollib/ui/__init__.pyc
 657${PYSITELIB}/pysollib/ui/__init__.pyo
 658${PYSITELIB}/pysollib/ui/tktile/Canvas2.py
 659${PYSITELIB}/pysollib/ui/tktile/Canvas2.pyc
 660${PYSITELIB}/pysollib/ui/tktile/Canvas2.pyo
 661${PYSITELIB}/pysollib/ui/tktile/__init__.py
 662${PYSITELIB}/pysollib/ui/tktile/__init__.pyc
 663${PYSITELIB}/pysollib/ui/tktile/__init__.pyo
 664${PYSITELIB}/pysollib/ui/tktile/card.py
 665${PYSITELIB}/pysollib/ui/tktile/card.pyc
 666${PYSITELIB}/pysollib/ui/tktile/card.pyo
 667${PYSITELIB}/pysollib/ui/tktile/colorsdialog.py
 668${PYSITELIB}/pysollib/ui/tktile/colorsdialog.pyc
 669${PYSITELIB}/pysollib/ui/tktile/colorsdialog.pyo
 670${PYSITELIB}/pysollib/ui/tktile/edittextdialog.py
 671${PYSITELIB}/pysollib/ui/tktile/edittextdialog.pyc
 672${PYSITELIB}/pysollib/ui/tktile/edittextdialog.pyo
 673${PYSITELIB}/pysollib/ui/tktile/findcarddialog.py
 674${PYSITELIB}/pysollib/ui/tktile/findcarddialog.pyc
 675${PYSITELIB}/pysollib/ui/tktile/findcarddialog.pyo
 676${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.py
 677${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.pyc
 678${PYSITELIB}/pysollib/ui/tktile/gameinfodialog.pyo
 679${PYSITELIB}/pysollib/ui/tktile/menubar.py
 680${PYSITELIB}/pysollib/ui/tktile/menubar.pyc
 681${PYSITELIB}/pysollib/ui/tktile/menubar.pyo
 682${PYSITELIB}/pysollib/ui/tktile/selecttree.py
 683${PYSITELIB}/pysollib/ui/tktile/selecttree.pyc
 684${PYSITELIB}/pysollib/ui/tktile/selecttree.pyo
 685${PYSITELIB}/pysollib/ui/tktile/solverdialog.py
 686${PYSITELIB}/pysollib/ui/tktile/solverdialog.pyc
 687${PYSITELIB}/pysollib/ui/tktile/solverdialog.pyo
 688${PYSITELIB}/pysollib/ui/tktile/tkcanvas.py
 689${PYSITELIB}/pysollib/ui/tktile/tkcanvas.pyc
 690${PYSITELIB}/pysollib/ui/tktile/tkcanvas.pyo
 691${PYSITELIB}/pysollib/ui/tktile/tkconst.py
 692${PYSITELIB}/pysollib/ui/tktile/tkconst.pyc
 693${PYSITELIB}/pysollib/ui/tktile/tkconst.pyo
 694${PYSITELIB}/pysollib/ui/tktile/tkhtml.py
 695${PYSITELIB}/pysollib/ui/tktile/tkhtml.pyc
 696${PYSITELIB}/pysollib/ui/tktile/tkhtml.pyo
 697${PYSITELIB}/pysollib/ui/tktile/tkutil.py
 698${PYSITELIB}/pysollib/ui/tktile/tkutil.pyc
 699${PYSITELIB}/pysollib/ui/tktile/tkutil.pyo
 700${PYSITELIB}/pysollib/ui/tktile/tkwrap.py
 701${PYSITELIB}/pysollib/ui/tktile/tkwrap.pyc
 702${PYSITELIB}/pysollib/ui/tktile/tkwrap.pyo
597${PYSITELIB}/pysollib/util.py 703${PYSITELIB}/pysollib/util.py
598${PYSITELIB}/pysollib/util.pyc 704${PYSITELIB}/pysollib/util.pyc
599${PYSITELIB}/pysollib/util.pyo 705${PYSITELIB}/pysollib/util.pyo
600${PYSITELIB}/pysollib/winsystems/__init__.py 706${PYSITELIB}/pysollib/winsystems/__init__.py
601${PYSITELIB}/pysollib/winsystems/__init__.pyc 707${PYSITELIB}/pysollib/winsystems/__init__.pyc
602${PYSITELIB}/pysollib/winsystems/__init__.pyo 708${PYSITELIB}/pysollib/winsystems/__init__.pyo
603${PYSITELIB}/pysollib/winsystems/aqua.py 709${PYSITELIB}/pysollib/winsystems/aqua.py
604${PYSITELIB}/pysollib/winsystems/aqua.pyc 710${PYSITELIB}/pysollib/winsystems/aqua.pyc
605${PYSITELIB}/pysollib/winsystems/aqua.pyo 711${PYSITELIB}/pysollib/winsystems/aqua.pyo
606${PYSITELIB}/pysollib/winsystems/common.py 712${PYSITELIB}/pysollib/winsystems/common.py
607${PYSITELIB}/pysollib/winsystems/common.pyc 713${PYSITELIB}/pysollib/winsystems/common.pyc
608${PYSITELIB}/pysollib/winsystems/common.pyo 714${PYSITELIB}/pysollib/winsystems/common.pyo
609${PYSITELIB}/pysollib/winsystems/win32.py 715${PYSITELIB}/pysollib/winsystems/win32.py
610${PYSITELIB}/pysollib/winsystems/win32.pyc 716${PYSITELIB}/pysollib/winsystems/win32.pyc
611${PYSITELIB}/pysollib/winsystems/win32.pyo 717${PYSITELIB}/pysollib/winsystems/win32.pyo
612${PYSITELIB}/pysollib/winsystems/x11.py 718${PYSITELIB}/pysollib/winsystems/x11.py
613${PYSITELIB}/pysollib/winsystems/x11.pyc 719${PYSITELIB}/pysollib/winsystems/x11.pyc
614${PYSITELIB}/pysollib/winsystems/x11.pyo 720${PYSITELIB}/pysollib/winsystems/x11.pyo
615${PYSITELIB}/pysollib/wizardpresets.py 721${PYSITELIB}/pysollib/wizardpresets.py
616${PYSITELIB}/pysollib/wizardpresets.pyc 722${PYSITELIB}/pysollib/wizardpresets.pyc
617${PYSITELIB}/pysollib/wizardpresets.pyo 723${PYSITELIB}/pysollib/wizardpresets.pyo
618${PYSITELIB}/pysollib/wizardutil.py 724${PYSITELIB}/pysollib/wizardutil.py
619${PYSITELIB}/pysollib/wizardutil.pyc 725${PYSITELIB}/pysollib/wizardutil.pyc
620${PYSITELIB}/pysollib/wizardutil.pyo 726${PYSITELIB}/pysollib/wizardutil.pyo
621man/man6/pysol.py.6 727man/man6/pysol.py.6
622share/PySolFC/cardset-2000/01c.gif 728man/man6/pysolfc.6
623share/PySolFC/cardset-2000/01d.gif 
624share/PySolFC/cardset-2000/01h.gif 
625share/PySolFC/cardset-2000/01s.gif 
626share/PySolFC/cardset-2000/02c.gif 
627share/PySolFC/cardset-2000/02d.gif 
628share/PySolFC/cardset-2000/02h.gif 
629share/PySolFC/cardset-2000/02s.gif 
630share/PySolFC/cardset-2000/03c.gif 
631share/PySolFC/cardset-2000/03d.gif 
632share/PySolFC/cardset-2000/03h.gif 
633share/PySolFC/cardset-2000/03s.gif 
634share/PySolFC/cardset-2000/04c.gif 
635share/PySolFC/cardset-2000/04d.gif 
636share/PySolFC/cardset-2000/04h.gif 
637share/PySolFC/cardset-2000/04s.gif 
638share/PySolFC/cardset-2000/05c.gif 
639share/PySolFC/cardset-2000/05d.gif 
640share/PySolFC/cardset-2000/05h.gif 
641share/PySolFC/cardset-2000/05s.gif 
642share/PySolFC/cardset-2000/06c.gif 
643share/PySolFC/cardset-2000/06d.gif 
644share/PySolFC/cardset-2000/06h.gif 
645share/PySolFC/cardset-2000/06s.gif 
646share/PySolFC/cardset-2000/07c.gif 
647share/PySolFC/cardset-2000/07d.gif 
648share/PySolFC/cardset-2000/07h.gif 
649share/PySolFC/cardset-2000/07s.gif 
650share/PySolFC/cardset-2000/08c.gif 
651share/PySolFC/cardset-2000/08d.gif 
652share/PySolFC/cardset-2000/08h.gif 
653share/PySolFC/cardset-2000/08s.gif 
654share/PySolFC/cardset-2000/09c.gif 
655share/PySolFC/cardset-2000/09d.gif 
656share/PySolFC/cardset-2000/09h.gif 
657share/PySolFC/cardset-2000/09s.gif 
658share/PySolFC/cardset-2000/10c.gif 
659share/PySolFC/cardset-2000/10d.gif 
660share/PySolFC/cardset-2000/10h.gif 
661share/PySolFC/cardset-2000/10s.gif 
662share/PySolFC/cardset-2000/11c.gif 
663share/PySolFC/cardset-2000/11d.gif 
664share/PySolFC/cardset-2000/11h.gif 
665share/PySolFC/cardset-2000/11s.gif 
666share/PySolFC/cardset-2000/12c.gif 
667share/PySolFC/cardset-2000/12d.gif 
668share/PySolFC/cardset-2000/12h.gif 
669share/PySolFC/cardset-2000/12s.gif 
670share/PySolFC/cardset-2000/13c.gif 
671share/PySolFC/cardset-2000/13d.gif 
672share/PySolFC/cardset-2000/13h.gif 
673share/PySolFC/cardset-2000/13s.gif 
674share/PySolFC/cardset-2000/COPYRIGHT 
675share/PySolFC/cardset-2000/back01.gif 
676share/PySolFC/cardset-2000/back02.gif 
677share/PySolFC/cardset-2000/back03.gif 
678share/PySolFC/cardset-2000/back04.gif 
679share/PySolFC/cardset-2000/back05.gif 
680share/PySolFC/cardset-2000/back06.gif 
681share/PySolFC/cardset-2000/back07.gif 
682share/PySolFC/cardset-2000/back08.gif 
683share/PySolFC/cardset-2000/back09.gif 
684share/PySolFC/cardset-2000/back10.gif 
685share/PySolFC/cardset-2000/bottom01-n.gif 
686share/PySolFC/cardset-2000/bottom01.gif 
687share/PySolFC/cardset-2000/bottom02-n.gif 
688share/PySolFC/cardset-2000/bottom02.gif 
689share/PySolFC/cardset-2000/bottom03-n.gif 
690share/PySolFC/cardset-2000/bottom03.gif 
691share/PySolFC/cardset-2000/bottom04-n.gif 
692share/PySolFC/cardset-2000/bottom04.gif 
693share/PySolFC/cardset-2000/bottom05-n.gif 
694share/PySolFC/cardset-2000/bottom05.gif 
695share/PySolFC/cardset-2000/bottom06-n.gif 
696share/PySolFC/cardset-2000/bottom06.gif 
697share/PySolFC/cardset-2000/bottom07-n.gif 
698share/PySolFC/cardset-2000/bottom07.gif 
699share/PySolFC/cardset-2000/config.txt 
700share/PySolFC/cardset-2000/l01-n.gif 
701share/PySolFC/cardset-2000/l01.gif 
702share/PySolFC/cardset-2000/l02-n.gif 
703share/PySolFC/cardset-2000/l02.gif 
704share/PySolFC/cardset-2000/l03-n.gif 
705share/PySolFC/cardset-2000/l03.gif 
706share/PySolFC/cardset-2000/l04-n.gif 
707share/PySolFC/cardset-2000/l04.gif 
708share/PySolFC/cardset-2000/shade.gif 
709share/PySolFC/cardset-2000/shadow00.gif 
710share/PySolFC/cardset-2000/shadow01.gif 
711share/PySolFC/cardset-2000/shadow02.gif 
712share/PySolFC/cardset-2000/shadow03.gif 
713share/PySolFC/cardset-2000/shadow04.gif 
714share/PySolFC/cardset-2000/shadow05.gif 
715share/PySolFC/cardset-2000/shadow06.gif 
716share/PySolFC/cardset-2000/shadow07.gif 
717share/PySolFC/cardset-2000/shadow08.gif 
718share/PySolFC/cardset-2000/shadow09.gif 
719share/PySolFC/cardset-2000/shadow10.gif 
720share/PySolFC/cardset-2000/shadow11.gif 
721share/PySolFC/cardset-2000/shadow12.gif 
722share/PySolFC/cardset-2000/shadow13.gif 
723share/PySolFC/cardset-2000/xshadow01.gif 
724share/PySolFC/cardset-2000/xshadow02.gif 
725share/PySolFC/cardset-2000/xshadow03.gif 
726share/PySolFC/cardset-2000/xshadow04.gif 
727share/PySolFC/cardset-2000/xshadow05.gif 
728share/PySolFC/cardset-2000/xshadow06.gif 
729share/PySolFC/cardset-2000/xshadow07.gif 
730share/PySolFC/cardset-2000/xshadow08.gif 
731share/PySolFC/cardset-2000/xshadow09.gif 
732share/PySolFC/cardset-2000/xshadow10.gif 
733share/PySolFC/cardset-2000/xshadow11.gif 
734share/PySolFC/cardset-2000/xshadow12.gif 
735share/PySolFC/cardset-2000/xshadow13.gif 
736share/PySolFC/cardset-crystal-mahjongg/01a.gif 
737share/PySolFC/cardset-crystal-mahjongg/01b.gif 
738share/PySolFC/cardset-crystal-mahjongg/01c.gif 
739share/PySolFC/cardset-crystal-mahjongg/01z.gif 
740share/PySolFC/cardset-crystal-mahjongg/02a.gif 
741share/PySolFC/cardset-crystal-mahjongg/02b.gif 
742share/PySolFC/cardset-crystal-mahjongg/02c.gif 
743share/PySolFC/cardset-crystal-mahjongg/02z.gif 
744share/PySolFC/cardset-crystal-mahjongg/03a.gif 
745share/PySolFC/cardset-crystal-mahjongg/03b.gif 
746share/PySolFC/cardset-crystal-mahjongg/03c.gif 
747share/PySolFC/cardset-crystal-mahjongg/03z.gif 
748share/PySolFC/cardset-crystal-mahjongg/04a.gif 
749share/PySolFC/cardset-crystal-mahjongg/04b.gif 
750share/PySolFC/cardset-crystal-mahjongg/04c.gif 
751share/PySolFC/cardset-crystal-mahjongg/04z.gif 
752share/PySolFC/cardset-crystal-mahjongg/05a.gif 
753share/PySolFC/cardset-crystal-mahjongg/05b.gif 
754share/PySolFC/cardset-crystal-mahjongg/05c.gif 
755share/PySolFC/cardset-crystal-mahjongg/05z.gif 
756share/PySolFC/cardset-crystal-mahjongg/06a.gif 
757share/PySolFC/cardset-crystal-mahjongg/06b.gif 
758share/PySolFC/cardset-crystal-mahjongg/06c.gif 
759share/PySolFC/cardset-crystal-mahjongg/06z.gif 
760share/PySolFC/cardset-crystal-mahjongg/07a.gif 
761share/PySolFC/cardset-crystal-mahjongg/07b.gif 
762share/PySolFC/cardset-crystal-mahjongg/07c.gif 
763share/PySolFC/cardset-crystal-mahjongg/07z.gif 
764share/PySolFC/cardset-crystal-mahjongg/08a.gif 
765share/PySolFC/cardset-crystal-mahjongg/08b.gif 
766share/PySolFC/cardset-crystal-mahjongg/08c.gif 
767share/PySolFC/cardset-crystal-mahjongg/08z.gif 
768share/PySolFC/cardset-crystal-mahjongg/09a.gif 
769share/PySolFC/cardset-crystal-mahjongg/09b.gif 
770share/PySolFC/cardset-crystal-mahjongg/09c.gif 
771share/PySolFC/cardset-crystal-mahjongg/09z.gif 
772share/PySolFC/cardset-crystal-mahjongg/10a.gif 
773share/PySolFC/cardset-crystal-mahjongg/10b.gif 
774share/PySolFC/cardset-crystal-mahjongg/10c.gif 
775share/PySolFC/cardset-crystal-mahjongg/10z.gif 
776share/PySolFC/cardset-crystal-mahjongg/11z.gif 
777share/PySolFC/cardset-crystal-mahjongg/12z.gif 
778share/PySolFC/cardset-crystal-mahjongg/COPYRIGHT 
779share/PySolFC/cardset-crystal-mahjongg/back01.gif 
780share/PySolFC/cardset-crystal-mahjongg/config.txt 
781share/PySolFC/cardset-crystal-mahjongg/shade.gif 
782share/PySolFC/cardset-dashavatara-ganjifa/01a.gif 
783share/PySolFC/cardset-dashavatara-ganjifa/01b.gif 
784share/PySolFC/cardset-dashavatara-ganjifa/01c.gif 
785share/PySolFC/cardset-dashavatara-ganjifa/01d.gif 
786share/PySolFC/cardset-dashavatara-ganjifa/01e.gif 
787share/PySolFC/cardset-dashavatara-ganjifa/01f.gif 
788share/PySolFC/cardset-dashavatara-ganjifa/01g.gif 
789share/PySolFC/cardset-dashavatara-ganjifa/01h.gif 
790share/PySolFC/cardset-dashavatara-ganjifa/01i.gif 
791share/PySolFC/cardset-dashavatara-ganjifa/01j.gif 
792share/PySolFC/cardset-dashavatara-ganjifa/02a.gif 
793share/PySolFC/cardset-dashavatara-ganjifa/02b.gif 
794share/PySolFC/cardset-dashavatara-ganjifa/02c.gif 
795share/PySolFC/cardset-dashavatara-ganjifa/02d.gif 
796share/PySolFC/cardset-dashavatara-ganjifa/02e.gif 
797share/PySolFC/cardset-dashavatara-ganjifa/02f.gif 
798share/PySolFC/cardset-dashavatara-ganjifa/02g.gif 
799share/PySolFC/cardset-dashavatara-ganjifa/02h.gif 
800share/PySolFC/cardset-dashavatara-ganjifa/02i.gif 
801share/PySolFC/cardset-dashavatara-ganjifa/02j.gif 
802share/PySolFC/cardset-dashavatara-ganjifa/03a.gif 
803share/PySolFC/cardset-dashavatara-ganjifa/03b.gif 
804share/PySolFC/cardset-dashavatara-ganjifa/03c.gif 
805share/PySolFC/cardset-dashavatara-ganjifa/03d.gif 
806share/PySolFC/cardset-dashavatara-ganjifa/03e.gif 
807share/PySolFC/cardset-dashavatara-ganjifa/03f.gif 
808share/PySolFC/cardset-dashavatara-ganjifa/03g.gif 
809share/PySolFC/cardset-dashavatara-ganjifa/03h.gif 
810share/PySolFC/cardset-dashavatara-ganjifa/03i.gif 
811share/PySolFC/cardset-dashavatara-ganjifa/03j.gif 
812share/PySolFC/cardset-dashavatara-ganjifa/04a.gif 
813share/PySolFC/cardset-dashavatara-ganjifa/04b.gif 
814share/PySolFC/cardset-dashavatara-ganjifa/04c.gif 
815share/PySolFC/cardset-dashavatara-ganjifa/04d.gif 
816share/PySolFC/cardset-dashavatara-ganjifa/04e.gif 
817share/PySolFC/cardset-dashavatara-ganjifa/04f.gif 
818share/PySolFC/cardset-dashavatara-ganjifa/04g.gif 
819share/PySolFC/cardset-dashavatara-ganjifa/04h.gif 
820share/PySolFC/cardset-dashavatara-ganjifa/04i.gif 
821share/PySolFC/cardset-dashavatara-ganjifa/04j.gif 
822share/PySolFC/cardset-dashavatara-ganjifa/05a.gif 
823share/PySolFC/cardset-dashavatara-ganjifa/05b.gif 
824share/PySolFC/cardset-dashavatara-ganjifa/05c.gif 
825share/PySolFC/cardset-dashavatara-ganjifa/05d.gif 
826share/PySolFC/cardset-dashavatara-ganjifa/05e.gif 
827share/PySolFC/cardset-dashavatara-ganjifa/05f.gif 
828share/PySolFC/cardset-dashavatara-ganjifa/05g.gif 
829share/PySolFC/cardset-dashavatara-ganjifa/05h.gif 
830share/PySolFC/cardset-dashavatara-ganjifa/05i.gif 
831share/PySolFC/cardset-dashavatara-ganjifa/05j.gif 
832share/PySolFC/cardset-dashavatara-ganjifa/06a.gif 
833share/PySolFC/cardset-dashavatara-ganjifa/06b.gif 
834share/PySolFC/cardset-dashavatara-ganjifa/06c.gif 
835share/PySolFC/cardset-dashavatara-ganjifa/06d.gif 
836share/PySolFC/cardset-dashavatara-ganjifa/06e.gif 
837share/PySolFC/cardset-dashavatara-ganjifa/06f.gif 
838share/PySolFC/cardset-dashavatara-ganjifa/06g.gif 
839share/PySolFC/cardset-dashavatara-ganjifa/06h.gif 
840share/PySolFC/cardset-dashavatara-ganjifa/06i.gif 
841share/PySolFC/cardset-dashavatara-ganjifa/06j.gif 
842share/PySolFC/cardset-dashavatara-ganjifa/07a.gif 
843share/PySolFC/cardset-dashavatara-ganjifa/07b.gif 
844share/PySolFC/cardset-dashavatara-ganjifa/07c.gif 
845share/PySolFC/cardset-dashavatara-ganjifa/07d.gif 
846share/PySolFC/cardset-dashavatara-ganjifa/07e.gif 
847share/PySolFC/cardset-dashavatara-ganjifa/07f.gif 
848share/PySolFC/cardset-dashavatara-ganjifa/07g.gif 
849share/PySolFC/cardset-dashavatara-ganjifa/07h.gif 
850share/PySolFC/cardset-dashavatara-ganjifa/07i.gif 
851share/PySolFC/cardset-dashavatara-ganjifa/07j.gif 
852share/PySolFC/cardset-dashavatara-ganjifa/08a.gif 
853share/PySolFC/cardset-dashavatara-ganjifa/08b.gif 
854share/PySolFC/cardset-dashavatara-ganjifa/08c.gif 
855share/PySolFC/cardset-dashavatara-ganjifa/08d.gif 
856share/PySolFC/cardset-dashavatara-ganjifa/08e.gif 
857share/PySolFC/cardset-dashavatara-ganjifa/08f.gif 
858share/PySolFC/cardset-dashavatara-ganjifa/08g.gif 
859share/PySolFC/cardset-dashavatara-ganjifa/08h.gif 
860share/PySolFC/cardset-dashavatara-ganjifa/08i.gif 
861share/PySolFC/cardset-dashavatara-ganjifa/08j.gif 
862share/PySolFC/cardset-dashavatara-ganjifa/09a.gif 
863share/PySolFC/cardset-dashavatara-ganjifa/09b.gif 
864share/PySolFC/cardset-dashavatara-ganjifa/09c.gif 
865share/PySolFC/cardset-dashavatara-ganjifa/09d.gif 
866share/PySolFC/cardset-dashavatara-ganjifa/09e.gif 
867share/PySolFC/cardset-dashavatara-ganjifa/09f.gif 
868share/PySolFC/cardset-dashavatara-ganjifa/09g.gif 
869share/PySolFC/cardset-dashavatara-ganjifa/09h.gif 
870share/PySolFC/cardset-dashavatara-ganjifa/09i.gif 
871share/PySolFC/cardset-dashavatara-ganjifa/09j.gif 
872share/PySolFC/cardset-dashavatara-ganjifa/10a.gif 
873share/PySolFC/cardset-dashavatara-ganjifa/10b.gif 
874share/PySolFC/cardset-dashavatara-ganjifa/10c.gif 
875share/PySolFC/cardset-dashavatara-ganjifa/10d.gif 
876share/PySolFC/cardset-dashavatara-ganjifa/10e.gif 
877share/PySolFC/cardset-dashavatara-ganjifa/10f.gif 
878share/PySolFC/cardset-dashavatara-ganjifa/10g.gif 
879share/PySolFC/cardset-dashavatara-ganjifa/10h.gif 
880share/PySolFC/cardset-dashavatara-ganjifa/10i.gif 
881share/PySolFC/cardset-dashavatara-ganjifa/10j.gif 
882share/PySolFC/cardset-dashavatara-ganjifa/11a.gif 
883share/PySolFC/cardset-dashavatara-ganjifa/11b.gif 
884share/PySolFC/cardset-dashavatara-ganjifa/11c.gif 
885share/PySolFC/cardset-dashavatara-ganjifa/11d.gif 
886share/PySolFC/cardset-dashavatara-ganjifa/11e.gif 
887share/PySolFC/cardset-dashavatara-ganjifa/11f.gif 
888share/PySolFC/cardset-dashavatara-ganjifa/11g.gif 
889share/PySolFC/cardset-dashavatara-ganjifa/11h.gif 
890share/PySolFC/cardset-dashavatara-ganjifa/11i.gif 
891share/PySolFC/cardset-dashavatara-ganjifa/11j.gif 
892share/PySolFC/cardset-dashavatara-ganjifa/12a.gif 
893share/PySolFC/cardset-dashavatara-ganjifa/12b.gif 
894share/PySolFC/cardset-dashavatara-ganjifa/12c.gif 
895share/PySolFC/cardset-dashavatara-ganjifa/12d.gif 
896share/PySolFC/cardset-dashavatara-ganjifa/12e.gif 
897share/PySolFC/cardset-dashavatara-ganjifa/12f.gif 
898share/PySolFC/cardset-dashavatara-ganjifa/12g.gif 
899share/PySolFC/cardset-dashavatara-ganjifa/12h.gif 
900share/PySolFC/cardset-dashavatara-ganjifa/12i.gif 
901share/PySolFC/cardset-dashavatara-ganjifa/12j.gif 
902share/PySolFC/cardset-dashavatara-ganjifa/COPYRIGHT 
903share/PySolFC/cardset-dashavatara-ganjifa/back01.gif 
904share/PySolFC/cardset-dashavatara-ganjifa/bottom01-n.gif 
905share/PySolFC/cardset-dashavatara-ganjifa/bottom01.gif 
906share/PySolFC/cardset-dashavatara-ganjifa/bottom02-n.gif 
907share/PySolFC/cardset-dashavatara-ganjifa/bottom02.gif 
908share/PySolFC/cardset-dashavatara-ganjifa/bottom03-n.gif 
909share/PySolFC/cardset-dashavatara-ganjifa/bottom03.gif 
910share/PySolFC/cardset-dashavatara-ganjifa/bottom04-n.gif 
911share/PySolFC/cardset-dashavatara-ganjifa/bottom04.gif 
912share/PySolFC/cardset-dashavatara-ganjifa/bottom05-n.gif 
913share/PySolFC/cardset-dashavatara-ganjifa/bottom05.gif 
914share/PySolFC/cardset-dashavatara-ganjifa/bottom06-n.gif 
915share/PySolFC/cardset-dashavatara-ganjifa/bottom06.gif 
916share/PySolFC/cardset-dashavatara-ganjifa/bottom07-n.gif 
917share/PySolFC/cardset-dashavatara-ganjifa/bottom07.gif 
918share/PySolFC/cardset-dashavatara-ganjifa/bottom08-n.gif 
919share/PySolFC/cardset-dashavatara-ganjifa/bottom08.gif 
920share/PySolFC/cardset-dashavatara-ganjifa/bottom09-n.gif 
921share/PySolFC/cardset-dashavatara-ganjifa/bottom09.gif 
922share/PySolFC/cardset-dashavatara-ganjifa/bottom10-n.gif 
923share/PySolFC/cardset-dashavatara-ganjifa/bottom10.gif 
924share/PySolFC/cardset-dashavatara-ganjifa/bottom11-n.gif 
925share/PySolFC/cardset-dashavatara-ganjifa/bottom11.gif 
926share/PySolFC/cardset-dashavatara-ganjifa/bottom12-n.gif 
927share/PySolFC/cardset-dashavatara-ganjifa/bottom12.gif 
928share/PySolFC/cardset-dashavatara-ganjifa/bottom13-n.gif 
929share/PySolFC/cardset-dashavatara-ganjifa/bottom13.gif 
930share/PySolFC/cardset-dashavatara-ganjifa/config.txt 
931share/PySolFC/cardset-dashavatara-ganjifa/l01-n.gif 
932share/PySolFC/cardset-dashavatara-ganjifa/l01.gif 
933share/PySolFC/cardset-dashavatara-ganjifa/l02-n.gif 
934share/PySolFC/cardset-dashavatara-ganjifa/l02.gif 
935share/PySolFC/cardset-dashavatara-ganjifa/l03-n.gif 
936share/PySolFC/cardset-dashavatara-ganjifa/l03.gif 
937share/PySolFC/cardset-dashavatara-ganjifa/l04-n.gif 
938share/PySolFC/cardset-dashavatara-ganjifa/l04.gif 
939share/PySolFC/cardset-dashavatara-ganjifa/shade.gif 
940share/PySolFC/cardset-dashavatara-ganjifa/shadow00.gif 
941share/PySolFC/cardset-dashavatara-ganjifa/shadow01.gif 
942share/PySolFC/cardset-dashavatara-ganjifa/shadow02.gif 
943share/PySolFC/cardset-dashavatara-ganjifa/shadow03.gif 
944share/PySolFC/cardset-dashavatara-ganjifa/shadow04.gif 
945share/PySolFC/cardset-dashavatara-ganjifa/shadow05.gif 
946share/PySolFC/cardset-dashavatara-ganjifa/shadow06.gif 
947share/PySolFC/cardset-dashavatara-ganjifa/shadow07.gif 
948share/PySolFC/cardset-dashavatara-ganjifa/shadow08.gif 
949share/PySolFC/cardset-dashavatara-ganjifa/shadow09.gif 
950share/PySolFC/cardset-dashavatara-ganjifa/shadow10.gif 
951share/PySolFC/cardset-dashavatara-ganjifa/shadow11.gif 
952share/PySolFC/cardset-dashavatara-ganjifa/shadow12.gif 
953share/PySolFC/cardset-dashavatara-ganjifa/shadow13.gif 
954share/PySolFC/cardset-dashavatara-ganjifa/xshadow01.gif 
955share/PySolFC/cardset-dashavatara-ganjifa/xshadow02.gif 
956share/PySolFC/cardset-dashavatara-ganjifa/xshadow03.gif 
957share/PySolFC/cardset-dashavatara-ganjifa/xshadow04.gif 
958share/PySolFC/cardset-dashavatara-ganjifa/xshadow05.gif 
959share/PySolFC/cardset-dashavatara-ganjifa/xshadow06.gif 
960share/PySolFC/cardset-dashavatara-ganjifa/xshadow07.gif 
961share/PySolFC/cardset-dashavatara-ganjifa/xshadow08.gif 
962share/PySolFC/cardset-dashavatara-ganjifa/xshadow09.gif 
963share/PySolFC/cardset-dashavatara-ganjifa/xshadow10.gif 
964share/PySolFC/cardset-dashavatara-ganjifa/xshadow11.gif 
965share/PySolFC/cardset-dashavatara-ganjifa/xshadow12.gif 
966share/PySolFC/cardset-dashavatara-ganjifa/xshadow13.gif 
967share/PySolFC/cardset-dondorf/01c.gif 
968share/PySolFC/cardset-dondorf/01d.gif 
969share/PySolFC/cardset-dondorf/01h.gif 
970share/PySolFC/cardset-dondorf/01s.gif 
971share/PySolFC/cardset-dondorf/01z.gif 
972share/PySolFC/cardset-dondorf/02c.gif 
973share/PySolFC/cardset-dondorf/02d.gif 
974share/PySolFC/cardset-dondorf/02h.gif 
975share/PySolFC/cardset-dondorf/02s.gif 
976share/PySolFC/cardset-dondorf/03c.gif 
977share/PySolFC/cardset-dondorf/03d.gif 
978share/PySolFC/cardset-dondorf/03h.gif 
979share/PySolFC/cardset-dondorf/03s.gif 
980share/PySolFC/cardset-dondorf/04c.gif 
981share/PySolFC/cardset-dondorf/04d.gif 
982share/PySolFC/cardset-dondorf/04h.gif 
983share/PySolFC/cardset-dondorf/04s.gif 
984share/PySolFC/cardset-dondorf/05c.gif 
985share/PySolFC/cardset-dondorf/05d.gif 
986share/PySolFC/cardset-dondorf/05h.gif 
987share/PySolFC/cardset-dondorf/05s.gif 
988share/PySolFC/cardset-dondorf/06c.gif 
989share/PySolFC/cardset-dondorf/06d.gif 
990share/PySolFC/cardset-dondorf/06h.gif 
991share/PySolFC/cardset-dondorf/06s.gif 
992share/PySolFC/cardset-dondorf/07c.gif 
993share/PySolFC/cardset-dondorf/07d.gif 
994share/PySolFC/cardset-dondorf/07h.gif 
995share/PySolFC/cardset-dondorf/07s.gif 
996share/PySolFC/cardset-dondorf/08c.gif 
997share/PySolFC/cardset-dondorf/08d.gif 
998share/PySolFC/cardset-dondorf/08h.gif 
999share/PySolFC/cardset-dondorf/08s.gif 
1000share/PySolFC/cardset-dondorf/09c.gif 
1001share/PySolFC/cardset-dondorf/09d.gif 
1002share/PySolFC/cardset-dondorf/09h.gif 
1003share/PySolFC/cardset-dondorf/09s.gif 
1004share/PySolFC/cardset-dondorf/10c.gif 
1005share/PySolFC/cardset-dondorf/10d.gif 
1006share/PySolFC/cardset-dondorf/10h.gif 
1007share/PySolFC/cardset-dondorf/10s.gif 
1008share/PySolFC/cardset-dondorf/11c.gif 
1009share/PySolFC/cardset-dondorf/11d.gif 
1010share/PySolFC/cardset-dondorf/11h.gif 
1011share/PySolFC/cardset-dondorf/11s.gif 
1012share/PySolFC/cardset-dondorf/12c.gif 
1013share/PySolFC/cardset-dondorf/12d.gif 
1014share/PySolFC/cardset-dondorf/12h.gif 
1015share/PySolFC/cardset-dondorf/12s.gif 
1016share/PySolFC/cardset-dondorf/13c.gif 
1017share/PySolFC/cardset-dondorf/13d.gif 
1018share/PySolFC/cardset-dondorf/13h.gif 
1019share/PySolFC/cardset-dondorf/13s.gif 
1020share/PySolFC/cardset-dondorf/COPYRIGHT 
1021share/PySolFC/cardset-dondorf/back01.gif 
1022share/PySolFC/cardset-dondorf/bottom01-n.gif 
1023share/PySolFC/cardset-dondorf/bottom01.gif 
1024share/PySolFC/cardset-dondorf/bottom02-n.gif 
1025share/PySolFC/cardset-dondorf/bottom02.gif 
1026share/PySolFC/cardset-dondorf/bottom03-n.gif 
1027share/PySolFC/cardset-dondorf/bottom03.gif 
1028share/PySolFC/cardset-dondorf/bottom04-n.gif 
1029share/PySolFC/cardset-dondorf/bottom04.gif 
1030share/PySolFC/cardset-dondorf/bottom05-n.gif 
1031share/PySolFC/cardset-dondorf/bottom05.gif 
1032share/PySolFC/cardset-dondorf/bottom06-n.gif 
1033share/PySolFC/cardset-dondorf/bottom06.gif 
1034share/PySolFC/cardset-dondorf/bottom07-n.gif 
1035share/PySolFC/cardset-dondorf/bottom07.gif 
1036share/PySolFC/cardset-dondorf/config.txt 
1037share/PySolFC/cardset-dondorf/l01-n.gif 
1038share/PySolFC/cardset-dondorf/l01.gif 
1039share/PySolFC/cardset-dondorf/l02-n.gif 
1040share/PySolFC/cardset-dondorf/l02.gif 
1041share/PySolFC/cardset-dondorf/l03-n.gif 
1042share/PySolFC/cardset-dondorf/l03.gif 
1043share/PySolFC/cardset-dondorf/l04-n.gif 
1044share/PySolFC/cardset-dondorf/l04.gif 
1045share/PySolFC/cardset-dondorf/shade.gif 
1046share/PySolFC/cardset-dondorf/shadow00.gif 
1047share/PySolFC/cardset-dondorf/shadow01.gif 
1048share/PySolFC/cardset-dondorf/shadow02.gif 
1049share/PySolFC/cardset-dondorf/shadow03.gif 
1050share/PySolFC/cardset-dondorf/shadow04.gif 
1051share/PySolFC/cardset-dondorf/shadow05.gif 
1052share/PySolFC/cardset-dondorf/shadow06.gif 
1053share/PySolFC/cardset-dondorf/shadow07.gif 
1054share/PySolFC/cardset-dondorf/shadow08.gif 
1055share/PySolFC/cardset-dondorf/shadow09.gif 
1056share/PySolFC/cardset-dondorf/shadow10.gif 
1057share/PySolFC/cardset-dondorf/shadow11.gif 
1058share/PySolFC/cardset-dondorf/shadow12.gif 
1059share/PySolFC/cardset-dondorf/shadow13.gif 
1060share/PySolFC/cardset-dondorf/xshadow01.gif 
1061share/PySolFC/cardset-dondorf/xshadow02.gif 
1062share/PySolFC/cardset-dondorf/xshadow03.gif 
1063share/PySolFC/cardset-dondorf/xshadow04.gif 
1064share/PySolFC/cardset-dondorf/xshadow05.gif 
1065share/PySolFC/cardset-dondorf/xshadow06.gif 
1066share/PySolFC/cardset-dondorf/xshadow07.gif 
1067share/PySolFC/cardset-dondorf/xshadow08.gif 
1068share/PySolFC/cardset-dondorf/xshadow09.gif 
1069share/PySolFC/cardset-dondorf/xshadow10.gif 
1070share/PySolFC/cardset-dondorf/xshadow11.gif 
1071share/PySolFC/cardset-dondorf/xshadow12.gif 
1072share/PySolFC/cardset-dondorf/xshadow13.gif 
1073share/PySolFC/cardset-gnome-mahjongg-1/01a.gif 
1074share/PySolFC/cardset-gnome-mahjongg-1/01b.gif 
1075share/PySolFC/cardset-gnome-mahjongg-1/01c.gif 
1076share/PySolFC/cardset-gnome-mahjongg-1/01z.gif 
1077share/PySolFC/cardset-gnome-mahjongg-1/02a.gif 
1078share/PySolFC/cardset-gnome-mahjongg-1/02b.gif 
1079share/PySolFC/cardset-gnome-mahjongg-1/02c.gif 
1080share/PySolFC/cardset-gnome-mahjongg-1/02z.gif 
1081share/PySolFC/cardset-gnome-mahjongg-1/03a.gif 
1082share/PySolFC/cardset-gnome-mahjongg-1/03b.gif 
1083share/PySolFC/cardset-gnome-mahjongg-1/03c.gif 
1084share/PySolFC/cardset-gnome-mahjongg-1/03z.gif 
1085share/PySolFC/cardset-gnome-mahjongg-1/04a.gif 
1086share/PySolFC/cardset-gnome-mahjongg-1/04b.gif 
1087share/PySolFC/cardset-gnome-mahjongg-1/04c.gif 
1088share/PySolFC/cardset-gnome-mahjongg-1/04z.gif 
1089share/PySolFC/cardset-gnome-mahjongg-1/05a.gif 
1090share/PySolFC/cardset-gnome-mahjongg-1/05b.gif 
1091share/PySolFC/cardset-gnome-mahjongg-1/05c.gif 
1092share/PySolFC/cardset-gnome-mahjongg-1/05z.gif 
1093share/PySolFC/cardset-gnome-mahjongg-1/06a.gif 
1094share/PySolFC/cardset-gnome-mahjongg-1/06b.gif 
1095share/PySolFC/cardset-gnome-mahjongg-1/06c.gif 
1096share/PySolFC/cardset-gnome-mahjongg-1/06z.gif 
1097share/PySolFC/cardset-gnome-mahjongg-1/07a.gif 
1098share/PySolFC/cardset-gnome-mahjongg-1/07b.gif 
1099share/PySolFC/cardset-gnome-mahjongg-1/07c.gif 
1100share/PySolFC/cardset-gnome-mahjongg-1/07z.gif 
1101share/PySolFC/cardset-gnome-mahjongg-1/08a.gif 
1102share/PySolFC/cardset-gnome-mahjongg-1/08b.gif 
1103share/PySolFC/cardset-gnome-mahjongg-1/08c.gif 
1104share/PySolFC/cardset-gnome-mahjongg-1/08z.gif 
1105share/PySolFC/cardset-gnome-mahjongg-1/09a.gif 
1106share/PySolFC/cardset-gnome-mahjongg-1/09b.gif 
1107share/PySolFC/cardset-gnome-mahjongg-1/09c.gif 
1108share/PySolFC/cardset-gnome-mahjongg-1/09z.gif 
1109share/PySolFC/cardset-gnome-mahjongg-1/10a.gif 
1110share/PySolFC/cardset-gnome-mahjongg-1/10b.gif 
1111share/PySolFC/cardset-gnome-mahjongg-1/10c.gif 
1112share/PySolFC/cardset-gnome-mahjongg-1/10z.gif 
1113share/PySolFC/cardset-gnome-mahjongg-1/11z.gif 
1114share/PySolFC/cardset-gnome-mahjongg-1/12z.gif 
1115share/PySolFC/cardset-gnome-mahjongg-1/COPYRIGHT 
1116share/PySolFC/cardset-gnome-mahjongg-1/back01.gif 
1117share/PySolFC/cardset-gnome-mahjongg-1/config.txt 
1118share/PySolFC/cardset-gnome-mahjongg-1/shade.gif 
1119share/PySolFC/cardset-hexadeck/01c.gif 
1120share/PySolFC/cardset-hexadeck/01d.gif 
1121share/PySolFC/cardset-hexadeck/01h.gif 
1122share/PySolFC/cardset-hexadeck/01s.gif 
1123share/PySolFC/cardset-hexadeck/01z.gif 
1124share/PySolFC/cardset-hexadeck/02c.gif 
1125share/PySolFC/cardset-hexadeck/02d.gif 
1126share/PySolFC/cardset-hexadeck/02h.gif 
1127share/PySolFC/cardset-hexadeck/02s.gif 
1128share/PySolFC/cardset-hexadeck/02z.gif 
1129share/PySolFC/cardset-hexadeck/03c.gif 
1130share/PySolFC/cardset-hexadeck/03d.gif 
1131share/PySolFC/cardset-hexadeck/03h.gif 
1132share/PySolFC/cardset-hexadeck/03s.gif 
1133share/PySolFC/cardset-hexadeck/03z.gif 
1134share/PySolFC/cardset-hexadeck/04c.gif 
1135share/PySolFC/cardset-hexadeck/04d.gif 
1136share/PySolFC/cardset-hexadeck/04h.gif 
1137share/PySolFC/cardset-hexadeck/04s.gif 
1138share/PySolFC/cardset-hexadeck/04z.gif 
1139share/PySolFC/cardset-hexadeck/05c.gif 
1140share/PySolFC/cardset-hexadeck/05d.gif 
1141share/PySolFC/cardset-hexadeck/05h.gif 
1142share/PySolFC/cardset-hexadeck/05s.gif 
1143share/PySolFC/cardset-hexadeck/06c.gif 
1144share/PySolFC/cardset-hexadeck/06d.gif 
1145share/PySolFC/cardset-hexadeck/06h.gif 
1146share/PySolFC/cardset-hexadeck/06s.gif 
1147share/PySolFC/cardset-hexadeck/07c.gif 
1148share/PySolFC/cardset-hexadeck/07d.gif 
1149share/PySolFC/cardset-hexadeck/07h.gif 
1150share/PySolFC/cardset-hexadeck/07s.gif 
1151share/PySolFC/cardset-hexadeck/08c.gif 
1152share/PySolFC/cardset-hexadeck/08d.gif 
1153share/PySolFC/cardset-hexadeck/08h.gif 
1154share/PySolFC/cardset-hexadeck/08s.gif 
1155share/PySolFC/cardset-hexadeck/09c.gif 
1156share/PySolFC/cardset-hexadeck/09d.gif 
1157share/PySolFC/cardset-hexadeck/09h.gif 
1158share/PySolFC/cardset-hexadeck/09s.gif 
1159share/PySolFC/cardset-hexadeck/10c.gif 
1160share/PySolFC/cardset-hexadeck/10d.gif 
1161share/PySolFC/cardset-hexadeck/10h.gif 
1162share/PySolFC/cardset-hexadeck/10s.gif 
1163share/PySolFC/cardset-hexadeck/11c.gif 
1164share/PySolFC/cardset-hexadeck/11d.gif 
1165share/PySolFC/cardset-hexadeck/11h.gif 
1166share/PySolFC/cardset-hexadeck/11s.gif 
1167share/PySolFC/cardset-hexadeck/12c.gif 
1168share/PySolFC/cardset-hexadeck/12d.gif 
1169share/PySolFC/cardset-hexadeck/12h.gif 
1170share/PySolFC/cardset-hexadeck/12s.gif 
1171share/PySolFC/cardset-hexadeck/13c.gif 
1172share/PySolFC/cardset-hexadeck/13d.gif 
1173share/PySolFC/cardset-hexadeck/13h.gif 
1174share/PySolFC/cardset-hexadeck/13s.gif 
1175share/PySolFC/cardset-hexadeck/14c.gif 
1176share/PySolFC/cardset-hexadeck/14d.gif 
1177share/PySolFC/cardset-hexadeck/14h.gif 
1178share/PySolFC/cardset-hexadeck/14s.gif 
1179share/PySolFC/cardset-hexadeck/15c.gif 
1180share/PySolFC/cardset-hexadeck/15d.gif 
1181share/PySolFC/cardset-hexadeck/15h.gif 
1182share/PySolFC/cardset-hexadeck/15s.gif 
1183share/PySolFC/cardset-hexadeck/16c.gif 
1184share/PySolFC/cardset-hexadeck/16d.gif 
1185share/PySolFC/cardset-hexadeck/16h.gif 
1186share/PySolFC/cardset-hexadeck/16s.gif 
1187share/PySolFC/cardset-hexadeck/COPYRIGHT 
1188share/PySolFC/cardset-hexadeck/back01.gif 
1189share/PySolFC/cardset-hexadeck/bottom01-n.gif 
1190share/PySolFC/cardset-hexadeck/bottom01.gif 
1191share/PySolFC/cardset-hexadeck/bottom02-n.gif 
1192share/PySolFC/cardset-hexadeck/bottom02.gif 
1193share/PySolFC/cardset-hexadeck/bottom03-n.gif 
1194share/PySolFC/cardset-hexadeck/bottom03.gif 
1195share/PySolFC/cardset-hexadeck/bottom04-n.gif 
1196share/PySolFC/cardset-hexadeck/bottom04.gif 
1197share/PySolFC/cardset-hexadeck/bottom05-n.gif 
1198share/PySolFC/cardset-hexadeck/bottom05.gif 
1199share/PySolFC/cardset-hexadeck/bottom06-n.gif 
1200share/PySolFC/cardset-hexadeck/bottom06.gif 
1201share/PySolFC/cardset-hexadeck/bottom07-n.gif 
1202share/PySolFC/cardset-hexadeck/bottom07.gif 
1203share/PySolFC/cardset-hexadeck/bottom08-n.gif 
1204share/PySolFC/cardset-hexadeck/bottom08.gif 
1205share/PySolFC/cardset-hexadeck/config.txt 
1206share/PySolFC/cardset-hexadeck/l01-n.gif 
1207share/PySolFC/cardset-hexadeck/l01.gif 
1208share/PySolFC/cardset-hexadeck/l02-n.gif 
1209share/PySolFC/cardset-hexadeck/l02.gif 
1210share/PySolFC/cardset-hexadeck/l03-n.gif 
1211share/PySolFC/cardset-hexadeck/l03.gif 
1212share/PySolFC/cardset-hexadeck/l04-n.gif 
1213share/PySolFC/cardset-hexadeck/l04.gif 
1214share/PySolFC/cardset-hexadeck/shade.gif 
1215share/PySolFC/cardset-hexadeck/shadow00.gif 
1216share/PySolFC/cardset-hexadeck/shadow01.gif 
1217share/PySolFC/cardset-hexadeck/shadow02.gif 
1218share/PySolFC/cardset-hexadeck/shadow03.gif 
1219share/PySolFC/cardset-hexadeck/shadow04.gif 
1220share/PySolFC/cardset-hexadeck/shadow05.gif 
1221share/PySolFC/cardset-hexadeck/shadow06.gif 
1222share/PySolFC/cardset-hexadeck/shadow07.gif 
1223share/PySolFC/cardset-hexadeck/shadow08.gif 
1224share/PySolFC/cardset-hexadeck/shadow09.gif 
1225share/PySolFC/cardset-hexadeck/shadow10.gif 
1226share/PySolFC/cardset-hexadeck/shadow11.gif 
1227share/PySolFC/cardset-hexadeck/shadow12.gif 
1228share/PySolFC/cardset-hexadeck/shadow13.gif 
1229share/PySolFC/cardset-hexadeck/xshadow01.gif 
1230share/PySolFC/cardset-hexadeck/xshadow02.gif 
1231share/PySolFC/cardset-hexadeck/xshadow03.gif 
1232share/PySolFC/cardset-hexadeck/xshadow04.gif 
1233share/PySolFC/cardset-hexadeck/xshadow05.gif 
1234share/PySolFC/cardset-hexadeck/xshadow06.gif 
1235share/PySolFC/cardset-hexadeck/xshadow07.gif 
1236share/PySolFC/cardset-hexadeck/xshadow08.gif 
1237share/PySolFC/cardset-hexadeck/xshadow09.gif 
1238share/PySolFC/cardset-hexadeck/xshadow10.gif 
1239share/PySolFC/cardset-hexadeck/xshadow11.gif 
1240share/PySolFC/cardset-hexadeck/xshadow12.gif 
1241share/PySolFC/cardset-hexadeck/xshadow13.gif 
1242share/PySolFC/cardset-kintengu/01a.gif 
1243share/PySolFC/cardset-kintengu/01b.gif 
1244share/PySolFC/cardset-kintengu/01c.gif 
1245share/PySolFC/cardset-kintengu/01d.gif 
1246share/PySolFC/cardset-kintengu/01e.gif 
1247share/PySolFC/cardset-kintengu/01f.gif 
1248share/PySolFC/cardset-kintengu/01g.gif 
1249share/PySolFC/cardset-kintengu/01h.gif 
1250share/PySolFC/cardset-kintengu/01i.gif 
1251share/PySolFC/cardset-kintengu/01j.gif 
1252share/PySolFC/cardset-kintengu/01k.gif 
1253share/PySolFC/cardset-kintengu/01l.gif 
1254share/PySolFC/cardset-kintengu/02a.gif 
1255share/PySolFC/cardset-kintengu/02b.gif 
1256share/PySolFC/cardset-kintengu/02c.gif 
1257share/PySolFC/cardset-kintengu/02d.gif 
1258share/PySolFC/cardset-kintengu/02e.gif 
1259share/PySolFC/cardset-kintengu/02f.gif 
1260share/PySolFC/cardset-kintengu/02g.gif 
1261share/PySolFC/cardset-kintengu/02h.gif 
1262share/PySolFC/cardset-kintengu/02i.gif 
1263share/PySolFC/cardset-kintengu/02j.gif 
1264share/PySolFC/cardset-kintengu/02k.gif 
1265share/PySolFC/cardset-kintengu/02l.gif 
1266share/PySolFC/cardset-kintengu/03a.gif 
1267share/PySolFC/cardset-kintengu/03b.gif 
1268share/PySolFC/cardset-kintengu/03c.gif 
1269share/PySolFC/cardset-kintengu/03d.gif 
1270share/PySolFC/cardset-kintengu/03e.gif 
1271share/PySolFC/cardset-kintengu/03f.gif 
1272share/PySolFC/cardset-kintengu/03g.gif 
1273share/PySolFC/cardset-kintengu/03h.gif 
1274share/PySolFC/cardset-kintengu/03i.gif 
1275share/PySolFC/cardset-kintengu/03j.gif 
1276share/PySolFC/cardset-kintengu/03k.gif 
1277share/PySolFC/cardset-kintengu/03l.gif 
1278share/PySolFC/cardset-kintengu/04a.gif 
1279share/PySolFC/cardset-kintengu/04b.gif 
1280share/PySolFC/cardset-kintengu/04c.gif 
1281share/PySolFC/cardset-kintengu/04d.gif 
1282share/PySolFC/cardset-kintengu/04e.gif 
1283share/PySolFC/cardset-kintengu/04f.gif 
1284share/PySolFC/cardset-kintengu/04g.gif 
1285share/PySolFC/cardset-kintengu/04h.gif 
1286share/PySolFC/cardset-kintengu/04i.gif 
1287share/PySolFC/cardset-kintengu/04j.gif 
1288share/PySolFC/cardset-kintengu/04k.gif 
1289share/PySolFC/cardset-kintengu/04l.gif 
1290share/PySolFC/cardset-kintengu/COPYRIGHT 
1291share/PySolFC/cardset-kintengu/back01.gif 
1292share/PySolFC/cardset-kintengu/back02.gif 
1293share/PySolFC/cardset-kintengu/back03.gif 
1294share/PySolFC/cardset-kintengu/bottom01-n.gif 
1295share/PySolFC/cardset-kintengu/bottom01.gif 
1296share/PySolFC/cardset-kintengu/bottom02-n.gif 
1297share/PySolFC/cardset-kintengu/bottom02.gif 
1298share/PySolFC/cardset-kintengu/bottom03-n.gif 
1299share/PySolFC/cardset-kintengu/bottom03.gif 
1300share/PySolFC/cardset-kintengu/bottom04-n.gif 
1301share/PySolFC/cardset-kintengu/bottom04.gif 
1302share/PySolFC/cardset-kintengu/bottom05-n.gif 
1303share/PySolFC/cardset-kintengu/bottom05.gif 
1304share/PySolFC/cardset-kintengu/bottom06-n.gif 
1305share/PySolFC/cardset-kintengu/bottom06.gif 
1306share/PySolFC/cardset-kintengu/bottom07-n.gif 
1307share/PySolFC/cardset-kintengu/bottom07.gif 
1308share/PySolFC/cardset-kintengu/config.txt 
1309share/PySolFC/cardset-kintengu/l01-n.gif 
1310share/PySolFC/cardset-kintengu/l01.gif 
1311share/PySolFC/cardset-kintengu/l02-n.gif 
1312share/PySolFC/cardset-kintengu/l02.gif 
1313share/PySolFC/cardset-kintengu/l03-n.gif 
1314share/PySolFC/cardset-kintengu/l03.gif 
1315share/PySolFC/cardset-kintengu/l04-n.gif 
1316share/PySolFC/cardset-kintengu/l04.gif 
1317share/PySolFC/cardset-kintengu/shade.gif 
1318share/PySolFC/cardset-kintengu/shadow00.gif 
1319share/PySolFC/cardset-kintengu/shadow01.gif 
1320share/PySolFC/cardset-kintengu/shadow02.gif 
1321share/PySolFC/cardset-kintengu/shadow03.gif 
1322share/PySolFC/cardset-kintengu/shadow04.gif 
1323share/PySolFC/cardset-kintengu/shadow05.gif 
1324share/PySolFC/cardset-kintengu/shadow06.gif 
1325share/PySolFC/cardset-kintengu/shadow07.gif 
1326share/PySolFC/cardset-kintengu/shadow08.gif 
1327share/PySolFC/cardset-kintengu/shadow09.gif 
1328share/PySolFC/cardset-kintengu/shadow10.gif 
1329share/PySolFC/cardset-kintengu/shadow11.gif 
1330share/PySolFC/cardset-kintengu/shadow12.gif 
1331share/PySolFC/cardset-kintengu/shadow13.gif 
1332share/PySolFC/cardset-kintengu/xshadow01.gif 
1333share/PySolFC/cardset-kintengu/xshadow02.gif 
1334share/PySolFC/cardset-kintengu/xshadow03.gif 
1335share/PySolFC/cardset-kintengu/xshadow04.gif 
1336share/PySolFC/cardset-kintengu/xshadow05.gif 
1337share/PySolFC/cardset-kintengu/xshadow06.gif 
1338share/PySolFC/cardset-kintengu/xshadow07.gif 
1339share/PySolFC/cardset-kintengu/xshadow08.gif 
1340share/PySolFC/cardset-kintengu/xshadow09.gif 
1341share/PySolFC/cardset-kintengu/xshadow10.gif 
1342share/PySolFC/cardset-kintengu/xshadow11.gif 
1343share/PySolFC/cardset-kintengu/xshadow12.gif 
1344share/PySolFC/cardset-kintengu/xshadow13.gif 
1345share/PySolFC/cardset-matrix/01z.gif 
1346share/PySolFC/cardset-matrix/02z.gif 
1347share/PySolFC/cardset-matrix/03z.gif 
1348share/PySolFC/cardset-matrix/04z.gif 
1349share/PySolFC/cardset-matrix/05z.gif 
1350share/PySolFC/cardset-matrix/06z.gif 
1351share/PySolFC/cardset-matrix/07z.gif 
1352share/PySolFC/cardset-matrix/08z.gif 
1353share/PySolFC/cardset-matrix/09z.gif 
1354share/PySolFC/cardset-matrix/100z.gif 
1355share/PySolFC/cardset-matrix/10z.gif 
1356share/PySolFC/cardset-matrix/11z.gif 
1357share/PySolFC/cardset-matrix/12z.gif 
1358share/PySolFC/cardset-matrix/13z.gif 
1359share/PySolFC/cardset-matrix/14z.gif 
1360share/PySolFC/cardset-matrix/15z.gif 
1361share/PySolFC/cardset-matrix/16z.gif 
1362share/PySolFC/cardset-matrix/17z.gif 
1363share/PySolFC/cardset-matrix/18z.gif 
1364share/PySolFC/cardset-matrix/19z.gif 
1365share/PySolFC/cardset-matrix/20z.gif 
1366share/PySolFC/cardset-matrix/21z.gif 
1367share/PySolFC/cardset-matrix/22z.gif 
1368share/PySolFC/cardset-matrix/23z.gif 
1369share/PySolFC/cardset-matrix/24z.gif 
1370share/PySolFC/cardset-matrix/25z.gif 
1371share/PySolFC/cardset-matrix/26z.gif 
1372share/PySolFC/cardset-matrix/27z.gif 
1373share/PySolFC/cardset-matrix/28z.gif 
1374share/PySolFC/cardset-matrix/29z.gif 
1375share/PySolFC/cardset-matrix/30z.gif 
1376share/PySolFC/cardset-matrix/31z.gif 
1377share/PySolFC/cardset-matrix/32z.gif 
1378share/PySolFC/cardset-matrix/33z.gif 
1379share/PySolFC/cardset-matrix/34z.gif 
1380share/PySolFC/cardset-matrix/35z.gif 
1381share/PySolFC/cardset-matrix/36z.gif 
1382share/PySolFC/cardset-matrix/37z.gif 
1383share/PySolFC/cardset-matrix/38z.gif 
1384share/PySolFC/cardset-matrix/39z.gif 
1385share/PySolFC/cardset-matrix/40z.gif 
1386share/PySolFC/cardset-matrix/41z.gif 
1387share/PySolFC/cardset-matrix/42z.gif 
1388share/PySolFC/cardset-matrix/43z.gif 
1389share/PySolFC/cardset-matrix/44z.gif 
1390share/PySolFC/cardset-matrix/45z.gif 
1391share/PySolFC/cardset-matrix/46z.gif 
1392share/PySolFC/cardset-matrix/47z.gif 
1393share/PySolFC/cardset-matrix/48z.gif 
1394share/PySolFC/cardset-matrix/49z.gif 
1395share/PySolFC/cardset-matrix/50z.gif 
1396share/PySolFC/cardset-matrix/51z.gif 
1397share/PySolFC/cardset-matrix/52z.gif 
1398share/PySolFC/cardset-matrix/53z.gif 
1399share/PySolFC/cardset-matrix/54z.gif 
1400share/PySolFC/cardset-matrix/55z.gif 
1401share/PySolFC/cardset-matrix/56z.gif 
1402share/PySolFC/cardset-matrix/57z.gif 
1403share/PySolFC/cardset-matrix/58z.gif 
1404share/PySolFC/cardset-matrix/59z.gif 
1405share/PySolFC/cardset-matrix/60z.gif 
1406share/PySolFC/cardset-matrix/61z.gif 
1407share/PySolFC/cardset-matrix/62z.gif 
1408share/PySolFC/cardset-matrix/63z.gif 
1409share/PySolFC/cardset-matrix/64z.gif 
1410share/PySolFC/cardset-matrix/65z.gif 
1411share/PySolFC/cardset-matrix/66z.gif 
1412share/PySolFC/cardset-matrix/67z.gif 
1413share/PySolFC/cardset-matrix/68z.gif 
1414share/PySolFC/cardset-matrix/69z.gif 
1415share/PySolFC/cardset-matrix/70z.gif 
1416share/PySolFC/cardset-matrix/71z.gif 
1417share/PySolFC/cardset-matrix/72z.gif 
1418share/PySolFC/cardset-matrix/73z.gif 
1419share/PySolFC/cardset-matrix/74z.gif 
1420share/PySolFC/cardset-matrix/75z.gif 
1421share/PySolFC/cardset-matrix/76z.gif 
1422share/PySolFC/cardset-matrix/77z.gif 
1423share/PySolFC/cardset-matrix/78z.gif 
1424share/PySolFC/cardset-matrix/79z.gif 
1425share/PySolFC/cardset-matrix/80z.gif 
1426share/PySolFC/cardset-matrix/81z.gif 
1427share/PySolFC/cardset-matrix/82z.gif 
1428share/PySolFC/cardset-matrix/83z.gif 
1429share/PySolFC/cardset-matrix/84z.gif 
1430share/PySolFC/cardset-matrix/85z.gif 
1431share/PySolFC/cardset-matrix/86z.gif 
1432share/PySolFC/cardset-matrix/87z.gif 
1433share/PySolFC/cardset-matrix/88z.gif 
1434share/PySolFC/cardset-matrix/89z.gif 
1435share/PySolFC/cardset-matrix/90z.gif 
1436share/PySolFC/cardset-matrix/91z.gif 
1437share/PySolFC/cardset-matrix/92z.gif 
1438share/PySolFC/cardset-matrix/93z.gif 
1439share/PySolFC/cardset-matrix/94z.gif 
1440share/PySolFC/cardset-matrix/95z.gif 
1441share/PySolFC/cardset-matrix/96z.gif 
1442share/PySolFC/cardset-matrix/97z.gif 
1443share/PySolFC/cardset-matrix/98z.gif 
1444share/PySolFC/cardset-matrix/99z.gif 
1445share/PySolFC/cardset-matrix/COPYRIGHT 
1446share/PySolFC/cardset-matrix/back01.gif 
1447share/PySolFC/cardset-matrix/bottom01-n.gif 
1448share/PySolFC/cardset-matrix/bottom01.gif 
1449share/PySolFC/cardset-matrix/config.txt 
1450share/PySolFC/cardset-matrix/shade.gif 
1451share/PySolFC/cardset-mughal-ganjifa/01a.gif 
1452share/PySolFC/cardset-mughal-ganjifa/01b.gif 
1453share/PySolFC/cardset-mughal-ganjifa/01c.gif 
1454share/PySolFC/cardset-mughal-ganjifa/01d.gif 
1455share/PySolFC/cardset-mughal-ganjifa/01e.gif 
1456share/PySolFC/cardset-mughal-ganjifa/01f.gif 
1457share/PySolFC/cardset-mughal-ganjifa/01g.gif 
1458share/PySolFC/cardset-mughal-ganjifa/01h.gif 
1459share/PySolFC/cardset-mughal-ganjifa/02a.gif 
1460share/PySolFC/cardset-mughal-ganjifa/02b.gif 
1461share/PySolFC/cardset-mughal-ganjifa/02c.gif 
1462share/PySolFC/cardset-mughal-ganjifa/02d.gif 
1463share/PySolFC/cardset-mughal-ganjifa/02e.gif 
1464share/PySolFC/cardset-mughal-ganjifa/02f.gif 
1465share/PySolFC/cardset-mughal-ganjifa/02g.gif 
1466share/PySolFC/cardset-mughal-ganjifa/02h.gif 
1467share/PySolFC/cardset-mughal-ganjifa/03a.gif 
1468share/PySolFC/cardset-mughal-ganjifa/03b.gif 
1469share/PySolFC/cardset-mughal-ganjifa/03c.gif 
1470share/PySolFC/cardset-mughal-ganjifa/03d.gif 
1471share/PySolFC/cardset-mughal-ganjifa/03e.gif 
1472share/PySolFC/cardset-mughal-ganjifa/03f.gif 
1473share/PySolFC/cardset-mughal-ganjifa/03g.gif 
1474share/PySolFC/cardset-mughal-ganjifa/03h.gif 
1475share/PySolFC/cardset-mughal-ganjifa/04a.gif 
1476share/PySolFC/cardset-mughal-ganjifa/04b.gif 
1477share/PySolFC/cardset-mughal-ganjifa/04c.gif 
1478share/PySolFC/cardset-mughal-ganjifa/04d.gif 
1479share/PySolFC/cardset-mughal-ganjifa/04e.gif 
1480share/PySolFC/cardset-mughal-ganjifa/04f.gif 
1481share/PySolFC/cardset-mughal-ganjifa/04g.gif 
1482share/PySolFC/cardset-mughal-ganjifa/04h.gif 
1483share/PySolFC/cardset-mughal-ganjifa/05a.gif 
1484share/PySolFC/cardset-mughal-ganjifa/05b.gif 
1485share/PySolFC/cardset-mughal-ganjifa/05c.gif 
1486share/PySolFC/cardset-mughal-ganjifa/05d.gif 
1487share/PySolFC/cardset-mughal-ganjifa/05e.gif 
1488share/PySolFC/cardset-mughal-ganjifa/05f.gif 
1489share/PySolFC/cardset-mughal-ganjifa/05g.gif 
1490share/PySolFC/cardset-mughal-ganjifa/05h.gif 
1491share/PySolFC/cardset-mughal-ganjifa/06a.gif 
1492share/PySolFC/cardset-mughal-ganjifa/06b.gif 
1493share/PySolFC/cardset-mughal-ganjifa/06c.gif 
1494share/PySolFC/cardset-mughal-ganjifa/06d.gif 
1495share/PySolFC/cardset-mughal-ganjifa/06e.gif 
1496share/PySolFC/cardset-mughal-ganjifa/06f.gif 
1497share/PySolFC/cardset-mughal-ganjifa/06g.gif 
1498share/PySolFC/cardset-mughal-ganjifa/06h.gif 
1499share/PySolFC/cardset-mughal-ganjifa/07a.gif 
1500share/PySolFC/cardset-mughal-ganjifa/07b.gif 
1501share/PySolFC/cardset-mughal-ganjifa/07c.gif 
1502share/PySolFC/cardset-mughal-ganjifa/07d.gif 
1503share/PySolFC/cardset-mughal-ganjifa/07e.gif 
1504share/PySolFC/cardset-mughal-ganjifa/07f.gif 
1505share/PySolFC/cardset-mughal-ganjifa/07g.gif 
1506share/PySolFC/cardset-mughal-ganjifa/07h.gif 
1507share/PySolFC/cardset-mughal-ganjifa/08a.gif 
1508share/PySolFC/cardset-mughal-ganjifa/08b.gif 
1509share/PySolFC/cardset-mughal-ganjifa/08c.gif 
1510share/PySolFC/cardset-mughal-ganjifa/08d.gif 
1511share/PySolFC/cardset-mughal-ganjifa/08e.gif 
1512share/PySolFC/cardset-mughal-ganjifa/08f.gif 
1513share/PySolFC/cardset-mughal-ganjifa/08g.gif 
1514share/PySolFC/cardset-mughal-ganjifa/08h.gif 
1515share/PySolFC/cardset-mughal-ganjifa/09a.gif 
1516share/PySolFC/cardset-mughal-ganjifa/09b.gif 
1517share/PySolFC/cardset-mughal-ganjifa/09c.gif 
1518share/PySolFC/cardset-mughal-ganjifa/09d.gif 
1519share/PySolFC/cardset-mughal-ganjifa/09e.gif 
1520share/PySolFC/cardset-mughal-ganjifa/09f.gif 
1521share/PySolFC/cardset-mughal-ganjifa/09g.gif 
1522share/PySolFC/cardset-mughal-ganjifa/09h.gif 
1523share/PySolFC/cardset-mughal-ganjifa/10a.gif 
1524share/PySolFC/cardset-mughal-ganjifa/10b.gif 
1525share/PySolFC/cardset-mughal-ganjifa/10c.gif 
1526share/PySolFC/cardset-mughal-ganjifa/10d.gif 
1527share/PySolFC/cardset-mughal-ganjifa/10e.gif 
1528share/PySolFC/cardset-mughal-ganjifa/10f.gif 
1529share/PySolFC/cardset-mughal-ganjifa/10g.gif 
1530share/PySolFC/cardset-mughal-ganjifa/10h.gif 
1531share/PySolFC/cardset-mughal-ganjifa/11a.gif 
1532share/PySolFC/cardset-mughal-ganjifa/11b.gif 
1533share/PySolFC/cardset-mughal-ganjifa/11c.gif 
1534share/PySolFC/cardset-mughal-ganjifa/11d.gif 
1535share/PySolFC/cardset-mughal-ganjifa/11e.gif 
1536share/PySolFC/cardset-mughal-ganjifa/11f.gif 
1537share/PySolFC/cardset-mughal-ganjifa/11g.gif 
1538share/PySolFC/cardset-mughal-ganjifa/11h.gif 
1539share/PySolFC/cardset-mughal-ganjifa/12a.gif 
1540share/PySolFC/cardset-mughal-ganjifa/12b.gif 
1541share/PySolFC/cardset-mughal-ganjifa/12c.gif 
1542share/PySolFC/cardset-mughal-ganjifa/12d.gif 
1543share/PySolFC/cardset-mughal-ganjifa/12e.gif 
1544share/PySolFC/cardset-mughal-ganjifa/12f.gif 
1545share/PySolFC/cardset-mughal-ganjifa/12g.gif 
1546share/PySolFC/cardset-mughal-ganjifa/12h.gif 
1547share/PySolFC/cardset-mughal-ganjifa/COPYRIGHT 
1548share/PySolFC/cardset-mughal-ganjifa/back01.gif 
1549share/PySolFC/cardset-mughal-ganjifa/bottom01-n.gif 
1550share/PySolFC/cardset-mughal-ganjifa/bottom01.gif 
1551share/PySolFC/cardset-mughal-ganjifa/bottom02-n.gif 
1552share/PySolFC/cardset-mughal-ganjifa/bottom02.gif 
1553share/PySolFC/cardset-mughal-ganjifa/bottom03-n.gif 
1554share/PySolFC/cardset-mughal-ganjifa/bottom03.gif 
1555share/PySolFC/cardset-mughal-ganjifa/bottom04-n.gif 
1556share/PySolFC/cardset-mughal-ganjifa/bottom04.gif 
1557share/PySolFC/cardset-mughal-ganjifa/bottom05-n.gif 
1558share/PySolFC/cardset-mughal-ganjifa/bottom05.gif 
1559share/PySolFC/cardset-mughal-ganjifa/bottom06-n.gif 
1560share/PySolFC/cardset-mughal-ganjifa/bottom06.gif 
1561share/PySolFC/cardset-mughal-ganjifa/bottom07-n.gif 
1562share/PySolFC/cardset-mughal-ganjifa/bottom07.gif 
1563share/PySolFC/cardset-mughal-ganjifa/bottom08-n.gif 
1564share/PySolFC/cardset-mughal-ganjifa/bottom08.gif 
1565share/PySolFC/cardset-mughal-ganjifa/bottom09-n.gif 
1566share/PySolFC/cardset-mughal-ganjifa/bottom09.gif 
1567share/PySolFC/cardset-mughal-ganjifa/bottom10-n.gif 
1568share/PySolFC/cardset-mughal-ganjifa/bottom10.gif 
1569share/PySolFC/cardset-mughal-ganjifa/bottom11-n.gif 
1570share/PySolFC/cardset-mughal-ganjifa/bottom11.gif 
1571share/PySolFC/cardset-mughal-ganjifa/config.txt 
1572share/PySolFC/cardset-mughal-ganjifa/l01-n.gif 
1573share/PySolFC/cardset-mughal-ganjifa/l01.gif 
1574share/PySolFC/cardset-mughal-ganjifa/l02-n.gif 
1575share/PySolFC/cardset-mughal-ganjifa/l02.gif 
1576share/PySolFC/cardset-mughal-ganjifa/l03-n.gif 
1577share/PySolFC/cardset-mughal-ganjifa/l03.gif 
1578share/PySolFC/cardset-mughal-ganjifa/l04-n.gif 
1579share/PySolFC/cardset-mughal-ganjifa/l04.gif 
1580share/PySolFC/cardset-mughal-ganjifa/shade.gif 
1581share/PySolFC/cardset-mughal-ganjifa/shadow00.gif 
1582share/PySolFC/cardset-mughal-ganjifa/shadow01.gif 
1583share/PySolFC/cardset-mughal-ganjifa/shadow02.gif 
1584share/PySolFC/cardset-mughal-ganjifa/shadow03.gif 
1585share/PySolFC/cardset-mughal-ganjifa/shadow04.gif 
1586share/PySolFC/cardset-mughal-ganjifa/shadow05.gif 
1587share/PySolFC/cardset-mughal-ganjifa/shadow06.gif 
1588share/PySolFC/cardset-mughal-ganjifa/shadow07.gif 
1589share/PySolFC/cardset-mughal-ganjifa/shadow08.gif 
1590share/PySolFC/cardset-mughal-ganjifa/shadow09.gif 
1591share/PySolFC/cardset-mughal-ganjifa/shadow10.gif 
1592share/PySolFC/cardset-mughal-ganjifa/shadow11.gif 
1593share/PySolFC/cardset-mughal-ganjifa/shadow12.gif 
1594share/PySolFC/cardset-mughal-ganjifa/shadow13.gif 
1595share/PySolFC/cardset-mughal-ganjifa/xshadow01.gif 
1596share/PySolFC/cardset-mughal-ganjifa/xshadow02.gif 
1597share/PySolFC/cardset-mughal-ganjifa/xshadow03.gif 
1598share/PySolFC/cardset-mughal-ganjifa/xshadow04.gif 
1599share/PySolFC/cardset-mughal-ganjifa/xshadow05.gif 
1600share/PySolFC/cardset-mughal-ganjifa/xshadow06.gif 
1601share/PySolFC/cardset-mughal-ganjifa/xshadow07.gif 
1602share/PySolFC/cardset-mughal-ganjifa/xshadow08.gif 
1603share/PySolFC/cardset-mughal-ganjifa/xshadow09.gif 
1604share/PySolFC/cardset-mughal-ganjifa/xshadow10.gif 
1605share/PySolFC/cardset-mughal-ganjifa/xshadow11.gif 
1606share/PySolFC/cardset-mughal-ganjifa/xshadow12.gif 
1607share/PySolFC/cardset-mughal-ganjifa/xshadow13.gif 
1608share/PySolFC/cardset-oxymoron/01c.gif 
1609share/PySolFC/cardset-oxymoron/01d.gif 
1610share/PySolFC/cardset-oxymoron/01h.gif 
1611share/PySolFC/cardset-oxymoron/01s.gif 
1612share/PySolFC/cardset-oxymoron/02c.gif 
1613share/PySolFC/cardset-oxymoron/02d.gif 
1614share/PySolFC/cardset-oxymoron/02h.gif 
1615share/PySolFC/cardset-oxymoron/02s.gif 
1616share/PySolFC/cardset-oxymoron/03c.gif 
1617share/PySolFC/cardset-oxymoron/03d.gif 
1618share/PySolFC/cardset-oxymoron/03h.gif 
1619share/PySolFC/cardset-oxymoron/03s.gif 
1620share/PySolFC/cardset-oxymoron/04c.gif 
1621share/PySolFC/cardset-oxymoron/04d.gif 
1622share/PySolFC/cardset-oxymoron/04h.gif 
1623share/PySolFC/cardset-oxymoron/04s.gif 
1624share/PySolFC/cardset-oxymoron/05c.gif 
1625share/PySolFC/cardset-oxymoron/05d.gif 
1626share/PySolFC/cardset-oxymoron/05h.gif 
1627share/PySolFC/cardset-oxymoron/05s.gif 
1628share/PySolFC/cardset-oxymoron/06c.gif 
1629share/PySolFC/cardset-oxymoron/06d.gif 
1630share/PySolFC/cardset-oxymoron/06h.gif 
1631share/PySolFC/cardset-oxymoron/06s.gif 
1632share/PySolFC/cardset-oxymoron/07c.gif 
1633share/PySolFC/cardset-oxymoron/07d.gif 
1634share/PySolFC/cardset-oxymoron/07h.gif 
1635share/PySolFC/cardset-oxymoron/07s.gif 
1636share/PySolFC/cardset-oxymoron/08c.gif 
1637share/PySolFC/cardset-oxymoron/08d.gif 
1638share/PySolFC/cardset-oxymoron/08h.gif 
1639share/PySolFC/cardset-oxymoron/08s.gif 
1640share/PySolFC/cardset-oxymoron/09c.gif 
1641share/PySolFC/cardset-oxymoron/09d.gif 
1642share/PySolFC/cardset-oxymoron/09h.gif 
1643share/PySolFC/cardset-oxymoron/09s.gif 
1644share/PySolFC/cardset-oxymoron/10c.gif 
1645share/PySolFC/cardset-oxymoron/10d.gif 
1646share/PySolFC/cardset-oxymoron/10h.gif 
1647share/PySolFC/cardset-oxymoron/10s.gif 
1648share/PySolFC/cardset-oxymoron/11c.gif 
1649share/PySolFC/cardset-oxymoron/11d.gif 
1650share/PySolFC/cardset-oxymoron/11h.gif 
1651share/PySolFC/cardset-oxymoron/11s.gif 
1652share/PySolFC/cardset-oxymoron/12c.gif 
1653share/PySolFC/cardset-oxymoron/12d.gif 
1654share/PySolFC/cardset-oxymoron/12h.gif 
1655share/PySolFC/cardset-oxymoron/12s.gif 
1656share/PySolFC/cardset-oxymoron/13c.gif 
1657share/PySolFC/cardset-oxymoron/13d.gif 
1658share/PySolFC/cardset-oxymoron/13h.gif 
1659share/PySolFC/cardset-oxymoron/13s.gif 
1660share/PySolFC/cardset-oxymoron/COPYRIGHT 
1661share/PySolFC/cardset-oxymoron/back001.gif 
1662share/PySolFC/cardset-oxymoron/back101.gif 
1663share/PySolFC/cardset-oxymoron/back102.gif 
1664share/PySolFC/cardset-oxymoron/back111.gif 
1665share/PySolFC/cardset-oxymoron/back191.gif 
1666share/PySolFC/cardset-oxymoron/back192.gif 
1667share/PySolFC/cardset-oxymoron/bottom01-n.gif 
1668share/PySolFC/cardset-oxymoron/bottom01.gif 
1669share/PySolFC/cardset-oxymoron/bottom02-n.gif 
1670share/PySolFC/cardset-oxymoron/bottom02.gif 
1671share/PySolFC/cardset-oxymoron/bottom03-n.gif 
1672share/PySolFC/cardset-oxymoron/bottom03.gif 
1673share/PySolFC/cardset-oxymoron/bottom04-n.gif 
1674share/PySolFC/cardset-oxymoron/bottom04.gif 
1675share/PySolFC/cardset-oxymoron/bottom05-n.gif 
1676share/PySolFC/cardset-oxymoron/bottom05.gif 
1677share/PySolFC/cardset-oxymoron/bottom06-n.gif 
1678share/PySolFC/cardset-oxymoron/bottom06.gif 
1679share/PySolFC/cardset-oxymoron/bottom07-n.gif 
1680share/PySolFC/cardset-oxymoron/bottom07.gif 
1681share/PySolFC/cardset-oxymoron/config.txt 
1682share/PySolFC/cardset-oxymoron/l01-n.gif 
1683share/PySolFC/cardset-oxymoron/l01.gif 
1684share/PySolFC/cardset-oxymoron/l02-n.gif 
1685share/PySolFC/cardset-oxymoron/l02.gif 
1686share/PySolFC/cardset-oxymoron/l03-n.gif 
1687share/PySolFC/cardset-oxymoron/l03.gif 
1688share/PySolFC/cardset-oxymoron/l04-n.gif 
1689share/PySolFC/cardset-oxymoron/l04.gif 
1690share/PySolFC/cardset-oxymoron/shade.gif 
1691share/PySolFC/cardset-oxymoron/shadow00.gif 
1692share/PySolFC/cardset-oxymoron/shadow01.gif 
1693share/PySolFC/cardset-oxymoron/shadow02.gif 
1694share/PySolFC/cardset-oxymoron/shadow03.gif 
1695share/PySolFC/cardset-oxymoron/shadow04.gif 
1696share/PySolFC/cardset-oxymoron/shadow05.gif 
1697share/PySolFC/cardset-oxymoron/shadow06.gif 
1698share/PySolFC/cardset-oxymoron/shadow07.gif 
1699share/PySolFC/cardset-oxymoron/shadow08.gif 
1700share/PySolFC/cardset-oxymoron/shadow09.gif 
1701share/PySolFC/cardset-oxymoron/shadow10.gif 
1702share/PySolFC/cardset-oxymoron/shadow11.gif 
1703share/PySolFC/cardset-oxymoron/shadow12.gif 
1704share/PySolFC/cardset-oxymoron/shadow13.gif 
1705share/PySolFC/cardset-oxymoron/xshadow01.gif 
1706share/PySolFC/cardset-oxymoron/xshadow02.gif 
1707share/PySolFC/cardset-oxymoron/xshadow03.gif 
1708share/PySolFC/cardset-oxymoron/xshadow04.gif 
1709share/PySolFC/cardset-oxymoron/xshadow05.gif 
1710share/PySolFC/cardset-oxymoron/xshadow06.gif 
1711share/PySolFC/cardset-oxymoron/xshadow07.gif 
1712share/PySolFC/cardset-oxymoron/xshadow08.gif 
1713share/PySolFC/cardset-oxymoron/xshadow09.gif 
1714share/PySolFC/cardset-oxymoron/xshadow10.gif 
1715share/PySolFC/cardset-oxymoron/xshadow11.gif 
1716share/PySolFC/cardset-oxymoron/xshadow12.gif 
1717share/PySolFC/cardset-oxymoron/xshadow13.gif 
1718share/PySolFC/cardset-standard/01c.gif 
1719share/PySolFC/cardset-standard/01d.gif 
1720share/PySolFC/cardset-standard/01h.gif 
1721share/PySolFC/cardset-standard/01s.gif 
1722share/PySolFC/cardset-standard/02c.gif 
1723share/PySolFC/cardset-standard/02d.gif 
1724share/PySolFC/cardset-standard/02h.gif 
1725share/PySolFC/cardset-standard/02s.gif 
1726share/PySolFC/cardset-standard/03c.gif 
1727share/PySolFC/cardset-standard/03d.gif 
1728share/PySolFC/cardset-standard/03h.gif 
1729share/PySolFC/cardset-standard/03s.gif 
1730share/PySolFC/cardset-standard/04c.gif 
1731share/PySolFC/cardset-standard/04d.gif 
1732share/PySolFC/cardset-standard/04h.gif 
1733share/PySolFC/cardset-standard/04s.gif 
1734share/PySolFC/cardset-standard/05c.gif 
1735share/PySolFC/cardset-standard/05d.gif 
1736share/PySolFC/cardset-standard/05h.gif 
1737share/PySolFC/cardset-standard/05s.gif 
1738share/PySolFC/cardset-standard/06c.gif 
1739share/PySolFC/cardset-standard/06d.gif 
1740share/PySolFC/cardset-standard/06h.gif 
1741share/PySolFC/cardset-standard/06s.gif 
1742share/PySolFC/cardset-standard/07c.gif 
1743share/PySolFC/cardset-standard/07d.gif 
1744share/PySolFC/cardset-standard/07h.gif 
1745share/PySolFC/cardset-standard/07s.gif 
1746share/PySolFC/cardset-standard/08c.gif 
1747share/PySolFC/cardset-standard/08d.gif 
1748share/PySolFC/cardset-standard/08h.gif 
1749share/PySolFC/cardset-standard/08s.gif 
1750share/PySolFC/cardset-standard/09c.gif 
1751share/PySolFC/cardset-standard/09d.gif 
1752share/PySolFC/cardset-standard/09h.gif 
1753share/PySolFC/cardset-standard/09s.gif 
1754share/PySolFC/cardset-standard/10c.gif 
1755share/PySolFC/cardset-standard/10d.gif 
1756share/PySolFC/cardset-standard/10h.gif 
1757share/PySolFC/cardset-standard/10s.gif 
1758share/PySolFC/cardset-standard/11c.gif 
1759share/PySolFC/cardset-standard/11d.gif 
1760share/PySolFC/cardset-standard/11h.gif 
1761share/PySolFC/cardset-standard/11s.gif 
1762share/PySolFC/cardset-standard/12c.gif 
1763share/PySolFC/cardset-standard/12d.gif 
1764share/PySolFC/cardset-standard/12h.gif 
1765share/PySolFC/cardset-standard/12s.gif 
1766share/PySolFC/cardset-standard/13c.gif 
1767share/PySolFC/cardset-standard/13d.gif 
1768share/PySolFC/cardset-standard/13h.gif 
1769share/PySolFC/cardset-standard/13s.gif 
1770share/PySolFC/cardset-standard/COPYRIGHT 
1771share/PySolFC/cardset-standard/back041.gif 
1772share/PySolFC/cardset-standard/back101.gif 
1773share/PySolFC/cardset-standard/back102.gif 
1774share/PySolFC/cardset-standard/back111.gif 
1775share/PySolFC/cardset-standard/back121.gif 
1776share/PySolFC/cardset-standard/back122.gif 
1777share/PySolFC/cardset-standard/back131.gif 
1778share/PySolFC/cardset-standard/back132.gif 
1779share/PySolFC/cardset-standard/back191.gif 
1780share/PySolFC/cardset-standard/back192.gif 
1781share/PySolFC/cardset-standard/bottom01-n.gif 
1782share/PySolFC/cardset-standard/bottom01.gif 
1783share/PySolFC/cardset-standard/bottom02-n.gif 
1784share/PySolFC/cardset-standard/bottom02.gif 
1785share/PySolFC/cardset-standard/bottom03-n.gif 
1786share/PySolFC/cardset-standard/bottom03.gif 
1787share/PySolFC/cardset-standard/bottom04-n.gif 
1788share/PySolFC/cardset-standard/bottom04.gif 
1789share/PySolFC/cardset-standard/bottom05-n.gif 
1790share/PySolFC/cardset-standard/bottom05.gif 
1791share/PySolFC/cardset-standard/bottom06-n.gif 
1792share/PySolFC/cardset-standard/bottom06.gif 
1793share/PySolFC/cardset-standard/bottom07-n.gif 
1794share/PySolFC/cardset-standard/bottom07.gif 
1795share/PySolFC/cardset-standard/config.txt 
1796share/PySolFC/cardset-standard/l01-n.gif 
1797share/PySolFC/cardset-standard/l01.gif 
1798share/PySolFC/cardset-standard/l02-n.gif 
1799share/PySolFC/cardset-standard/l02.gif 
1800share/PySolFC/cardset-standard/l03-n.gif 
1801share/PySolFC/cardset-standard/l03.gif 
1802share/PySolFC/cardset-standard/l04-n.gif 
1803share/PySolFC/cardset-standard/l04.gif 
1804share/PySolFC/cardset-standard/shade.gif 
1805share/PySolFC/cardset-standard/shadow00.gif 
1806share/PySolFC/cardset-standard/shadow01.gif 
1807share/PySolFC/cardset-standard/shadow02.gif 
1808share/PySolFC/cardset-standard/shadow03.gif 
1809share/PySolFC/cardset-standard/shadow04.gif 
1810share/PySolFC/cardset-standard/shadow05.gif 
1811share/PySolFC/cardset-standard/shadow06.gif 
1812share/PySolFC/cardset-standard/shadow07.gif 
1813share/PySolFC/cardset-standard/shadow08.gif 
1814share/PySolFC/cardset-standard/shadow09.gif 
1815share/PySolFC/cardset-standard/shadow10.gif 
1816share/PySolFC/cardset-standard/shadow11.gif 
1817share/PySolFC/cardset-standard/shadow12.gif 
1818share/PySolFC/cardset-standard/shadow13.gif 
1819share/PySolFC/cardset-standard/xshadow01.gif 
1820share/PySolFC/cardset-standard/xshadow02.gif 
1821share/PySolFC/cardset-standard/xshadow03.gif 
1822share/PySolFC/cardset-standard/xshadow04.gif 
1823share/PySolFC/cardset-standard/xshadow05.gif 
1824share/PySolFC/cardset-standard/xshadow06.gif 
1825share/PySolFC/cardset-standard/xshadow07.gif 
1826share/PySolFC/cardset-standard/xshadow08.gif 
1827share/PySolFC/cardset-standard/xshadow09.gif 
1828share/PySolFC/cardset-standard/xshadow10.gif 
1829share/PySolFC/cardset-standard/xshadow11.gif 
1830share/PySolFC/cardset-standard/xshadow12.gif 
1831share/PySolFC/cardset-standard/xshadow13.gif 
1832share/PySolFC/cardset-tuxedo/01c.gif 
1833share/PySolFC/cardset-tuxedo/01d.gif 
1834share/PySolFC/cardset-tuxedo/01h.gif 
1835share/PySolFC/cardset-tuxedo/01s.gif 
1836share/PySolFC/cardset-tuxedo/02c.gif 
1837share/PySolFC/cardset-tuxedo/02d.gif 
1838share/PySolFC/cardset-tuxedo/02h.gif 
1839share/PySolFC/cardset-tuxedo/02s.gif 
1840share/PySolFC/cardset-tuxedo/03c.gif 
1841share/PySolFC/cardset-tuxedo/03d.gif 
1842share/PySolFC/cardset-tuxedo/03h.gif 
1843share/PySolFC/cardset-tuxedo/03s.gif 
1844share/PySolFC/cardset-tuxedo/04c.gif 
1845share/PySolFC/cardset-tuxedo/04d.gif 
1846share/PySolFC/cardset-tuxedo/04h.gif 
1847share/PySolFC/cardset-tuxedo/04s.gif 
1848share/PySolFC/cardset-tuxedo/05c.gif 
1849share/PySolFC/cardset-tuxedo/05d.gif 
1850share/PySolFC/cardset-tuxedo/05h.gif 
1851share/PySolFC/cardset-tuxedo/05s.gif 
1852share/PySolFC/cardset-tuxedo/06c.gif 
1853share/PySolFC/cardset-tuxedo/06d.gif 
1854share/PySolFC/cardset-tuxedo/06h.gif 
1855share/PySolFC/cardset-tuxedo/06s.gif 
1856share/PySolFC/cardset-tuxedo/07c.gif 
1857share/PySolFC/cardset-tuxedo/07d.gif 
1858share/PySolFC/cardset-tuxedo/07h.gif 
1859share/PySolFC/cardset-tuxedo/07s.gif 
1860share/PySolFC/cardset-tuxedo/08c.gif 
1861share/PySolFC/cardset-tuxedo/08d.gif 
1862share/PySolFC/cardset-tuxedo/08h.gif 
1863share/PySolFC/cardset-tuxedo/08s.gif 
1864share/PySolFC/cardset-tuxedo/09c.gif 
1865share/PySolFC/cardset-tuxedo/09d.gif 
1866share/PySolFC/cardset-tuxedo/09h.gif 
1867share/PySolFC/cardset-tuxedo/09s.gif 
1868share/PySolFC/cardset-tuxedo/10c.gif 
1869share/PySolFC/cardset-tuxedo/10d.gif 
1870share/PySolFC/cardset-tuxedo/10h.gif 
1871share/PySolFC/cardset-tuxedo/10s.gif 
1872share/PySolFC/cardset-tuxedo/11c.gif 
1873share/PySolFC/cardset-tuxedo/11d.gif 
1874share/PySolFC/cardset-tuxedo/11h.gif 
1875share/PySolFC/cardset-tuxedo/11s.gif 
1876share/PySolFC/cardset-tuxedo/12c.gif 
1877share/PySolFC/cardset-tuxedo/12d.gif 
1878share/PySolFC/cardset-tuxedo/12h.gif 
1879share/PySolFC/cardset-tuxedo/12s.gif 
1880share/PySolFC/cardset-tuxedo/13c.gif 
1881share/PySolFC/cardset-tuxedo/13d.gif 
1882share/PySolFC/cardset-tuxedo/13h.gif 
1883share/PySolFC/cardset-tuxedo/13s.gif 
1884share/PySolFC/cardset-tuxedo/COPYRIGHT 
1885share/PySolFC/cardset-tuxedo/back01.gif 
1886share/PySolFC/cardset-tuxedo/bottom01-n.gif 
1887share/PySolFC/cardset-tuxedo/bottom01.gif 
1888share/PySolFC/cardset-tuxedo/bottom02-n.gif 
1889share/PySolFC/cardset-tuxedo/bottom02.gif 
1890share/PySolFC/cardset-tuxedo/bottom03-n.gif 
1891share/PySolFC/cardset-tuxedo/bottom03.gif 
1892share/PySolFC/cardset-tuxedo/bottom04-n.gif 
1893share/PySolFC/cardset-tuxedo/bottom04.gif 
1894share/PySolFC/cardset-tuxedo/bottom05-n.gif 
1895share/PySolFC/cardset-tuxedo/bottom05.gif 
1896share/PySolFC/cardset-tuxedo/bottom06-n.gif 
1897share/PySolFC/cardset-tuxedo/bottom06.gif 
1898share/PySolFC/cardset-tuxedo/bottom07-n.gif 
1899share/PySolFC/cardset-tuxedo/bottom07.gif 
1900share/PySolFC/cardset-tuxedo/config.txt 
1901share/PySolFC/cardset-tuxedo/l01-n.gif 
1902share/PySolFC/cardset-tuxedo/l01.gif 
1903share/PySolFC/cardset-tuxedo/l02-n.gif 
1904share/PySolFC/cardset-tuxedo/l02.gif 
1905share/PySolFC/cardset-tuxedo/l03-n.gif 
1906share/PySolFC/cardset-tuxedo/l03.gif 
1907share/PySolFC/cardset-tuxedo/l04-n.gif 
1908share/PySolFC/cardset-tuxedo/l04.gif 
1909share/PySolFC/cardset-tuxedo/shade.gif 
1910share/PySolFC/cardset-tuxedo/shadow00.gif 
1911share/PySolFC/cardset-tuxedo/shadow01.gif 
1912share/PySolFC/cardset-tuxedo/shadow02.gif 
1913share/PySolFC/cardset-tuxedo/shadow03.gif 
1914share/PySolFC/cardset-tuxedo/shadow04.gif 
1915share/PySolFC/cardset-tuxedo/shadow05.gif 
1916share/PySolFC/cardset-tuxedo/shadow06.gif 
1917share/PySolFC/cardset-tuxedo/shadow07.gif 
1918share/PySolFC/cardset-tuxedo/shadow08.gif 
1919share/PySolFC/cardset-tuxedo/shadow09.gif 
1920share/PySolFC/cardset-tuxedo/shadow10.gif 
1921share/PySolFC/cardset-tuxedo/shadow11.gif 
1922share/PySolFC/cardset-tuxedo/shadow12.gif 
1923share/PySolFC/cardset-tuxedo/shadow13.gif 
1924share/PySolFC/cardset-tuxedo/xshadow01.gif 
1925share/PySolFC/cardset-tuxedo/xshadow02.gif 
1926share/PySolFC/cardset-tuxedo/xshadow03.gif 
1927share/PySolFC/cardset-tuxedo/xshadow04.gif 
1928share/PySolFC/cardset-tuxedo/xshadow05.gif 
1929share/PySolFC/cardset-tuxedo/xshadow06.gif 
1930share/PySolFC/cardset-tuxedo/xshadow07.gif 
1931share/PySolFC/cardset-tuxedo/xshadow08.gif 
1932share/PySolFC/cardset-tuxedo/xshadow09.gif 
1933share/PySolFC/cardset-tuxedo/xshadow10.gif 
1934share/PySolFC/cardset-tuxedo/xshadow11.gif 
1935share/PySolFC/cardset-tuxedo/xshadow12.gif 
1936share/PySolFC/cardset-tuxedo/xshadow13.gif 
1937share/PySolFC/cardset-vienna-2k/01c.gif 
1938share/PySolFC/cardset-vienna-2k/01d.gif 
1939share/PySolFC/cardset-vienna-2k/01h.gif 
1940share/PySolFC/cardset-vienna-2k/01s.gif 
1941share/PySolFC/cardset-vienna-2k/01z.gif 
1942share/PySolFC/cardset-vienna-2k/02c.gif 
1943share/PySolFC/cardset-vienna-2k/02d.gif 
1944share/PySolFC/cardset-vienna-2k/02h.gif 
1945share/PySolFC/cardset-vienna-2k/02s.gif 
1946share/PySolFC/cardset-vienna-2k/02z.gif 
1947share/PySolFC/cardset-vienna-2k/03c.gif 
1948share/PySolFC/cardset-vienna-2k/03d.gif 
1949share/PySolFC/cardset-vienna-2k/03h.gif 
1950share/PySolFC/cardset-vienna-2k/03s.gif 
1951share/PySolFC/cardset-vienna-2k/03z.gif 
1952share/PySolFC/cardset-vienna-2k/04c.gif 
1953share/PySolFC/cardset-vienna-2k/04d.gif 
1954share/PySolFC/cardset-vienna-2k/04h.gif 
1955share/PySolFC/cardset-vienna-2k/04s.gif 
1956share/PySolFC/cardset-vienna-2k/04z.gif 
1957share/PySolFC/cardset-vienna-2k/05c.gif 
1958share/PySolFC/cardset-vienna-2k/05d.gif 
1959share/PySolFC/cardset-vienna-2k/05h.gif 
1960share/PySolFC/cardset-vienna-2k/05s.gif 
1961share/PySolFC/cardset-vienna-2k/05z.gif 
1962share/PySolFC/cardset-vienna-2k/06c.gif 
1963share/PySolFC/cardset-vienna-2k/06d.gif 
1964share/PySolFC/cardset-vienna-2k/06h.gif 
1965share/PySolFC/cardset-vienna-2k/06s.gif 
1966share/PySolFC/cardset-vienna-2k/06z.gif 
1967share/PySolFC/cardset-vienna-2k/07c.gif 
1968share/PySolFC/cardset-vienna-2k/07d.gif 
1969share/PySolFC/cardset-vienna-2k/07h.gif 
1970share/PySolFC/cardset-vienna-2k/07s.gif 
1971share/PySolFC/cardset-vienna-2k/07z.gif 
1972share/PySolFC/cardset-vienna-2k/08c.gif 
1973share/PySolFC/cardset-vienna-2k/08d.gif 
1974share/PySolFC/cardset-vienna-2k/08h.gif 
1975share/PySolFC/cardset-vienna-2k/08s.gif 
1976share/PySolFC/cardset-vienna-2k/08z.gif 
1977share/PySolFC/cardset-vienna-2k/09c.gif 
1978share/PySolFC/cardset-vienna-2k/09d.gif 
1979share/PySolFC/cardset-vienna-2k/09h.gif 
1980share/PySolFC/cardset-vienna-2k/09s.gif 
1981share/PySolFC/cardset-vienna-2k/09z.gif 
1982share/PySolFC/cardset-vienna-2k/10c.gif 
1983share/PySolFC/cardset-vienna-2k/10d.gif 
1984share/PySolFC/cardset-vienna-2k/10h.gif 
1985share/PySolFC/cardset-vienna-2k/10s.gif 
1986share/PySolFC/cardset-vienna-2k/10z.gif 
1987share/PySolFC/cardset-vienna-2k/11c.gif 
1988share/PySolFC/cardset-vienna-2k/11d.gif 
1989share/PySolFC/cardset-vienna-2k/11h.gif 
1990share/PySolFC/cardset-vienna-2k/11s.gif 
1991share/PySolFC/cardset-vienna-2k/11z.gif 
1992share/PySolFC/cardset-vienna-2k/12c.gif 
1993share/PySolFC/cardset-vienna-2k/12d.gif 
1994share/PySolFC/cardset-vienna-2k/12h.gif 
1995share/PySolFC/cardset-vienna-2k/12s.gif 
1996share/PySolFC/cardset-vienna-2k/12z.gif 
1997share/PySolFC/cardset-vienna-2k/13c.gif 
1998share/PySolFC/cardset-vienna-2k/13d.gif 
1999share/PySolFC/cardset-vienna-2k/13h.gif 
2000share/PySolFC/cardset-vienna-2k/13s.gif 
2001share/PySolFC/cardset-vienna-2k/13z.gif 
2002share/PySolFC/cardset-vienna-2k/14c.gif 
2003share/PySolFC/cardset-vienna-2k/14d.gif 
2004share/PySolFC/cardset-vienna-2k/14h.gif 
2005share/PySolFC/cardset-vienna-2k/14s.gif 
2006share/PySolFC/cardset-vienna-2k/14z.gif 
2007share/PySolFC/cardset-vienna-2k/15z.gif 
2008share/PySolFC/cardset-vienna-2k/16z.gif 
2009share/PySolFC/cardset-vienna-2k/17z.gif 
2010share/PySolFC/cardset-vienna-2k/18z.gif 
2011share/PySolFC/cardset-vienna-2k/19z.gif 
2012share/PySolFC/cardset-vienna-2k/20z.gif 
2013share/PySolFC/cardset-vienna-2k/21z.gif 
2014share/PySolFC/cardset-vienna-2k/22z.gif 
2015share/PySolFC/cardset-vienna-2k/COPYRIGHT 
2016share/PySolFC/cardset-vienna-2k/back01.gif 
2017share/PySolFC/cardset-vienna-2k/bottom01-n.gif 
2018share/PySolFC/cardset-vienna-2k/bottom01.gif 
2019share/PySolFC/cardset-vienna-2k/bottom02-n.gif 
2020share/PySolFC/cardset-vienna-2k/bottom02.gif 
2021share/PySolFC/cardset-vienna-2k/bottom03-n.gif 
2022share/PySolFC/cardset-vienna-2k/bottom03.gif 
2023share/PySolFC/cardset-vienna-2k/bottom04-n.gif 
2024share/PySolFC/cardset-vienna-2k/bottom04.gif 
2025share/PySolFC/cardset-vienna-2k/bottom05-n.gif 
2026share/PySolFC/cardset-vienna-2k/bottom05.gif 
2027share/PySolFC/cardset-vienna-2k/bottom06-n.gif 
2028share/PySolFC/cardset-vienna-2k/bottom06.gif 
2029share/PySolFC/cardset-vienna-2k/bottom07-n.gif 
2030share/PySolFC/cardset-vienna-2k/bottom07.gif 
2031share/PySolFC/cardset-vienna-2k/bottom08-n.gif 
2032share/PySolFC/cardset-vienna-2k/bottom08.gif 
2033share/PySolFC/cardset-vienna-2k/config.txt 
2034share/PySolFC/cardset-vienna-2k/l01-n.gif 
2035share/PySolFC/cardset-vienna-2k/l01.gif 
2036share/PySolFC/cardset-vienna-2k/l02-n.gif 
2037share/PySolFC/cardset-vienna-2k/l02.gif 
2038share/PySolFC/cardset-vienna-2k/l03-n.gif 
2039share/PySolFC/cardset-vienna-2k/l03.gif 
2040share/PySolFC/cardset-vienna-2k/l04-n.gif 
2041share/PySolFC/cardset-vienna-2k/l04.gif 
2042share/PySolFC/cardset-vienna-2k/shade.gif 
2043share/PySolFC/cardset-vienna-2k/shadow00.gif 
2044share/PySolFC/cardset-vienna-2k/shadow01.gif 
2045share/PySolFC/cardset-vienna-2k/shadow02.gif 
2046share/PySolFC/cardset-vienna-2k/shadow03.gif 
2047share/PySolFC/cardset-vienna-2k/shadow04.gif 
2048share/PySolFC/cardset-vienna-2k/shadow05.gif 
2049share/PySolFC/cardset-vienna-2k/shadow06.gif 
2050share/PySolFC/cardset-vienna-2k/shadow07.gif 
2051share/PySolFC/cardset-vienna-2k/shadow08.gif 
2052share/PySolFC/cardset-vienna-2k/shadow09.gif 
2053share/PySolFC/cardset-vienna-2k/shadow10.gif 
2054share/PySolFC/cardset-vienna-2k/shadow11.gif 
2055share/PySolFC/cardset-vienna-2k/shadow12.gif 
2056share/PySolFC/cardset-vienna-2k/shadow13.gif 
2057share/PySolFC/cardset-vienna-2k/xshadow01.gif 
2058share/PySolFC/cardset-vienna-2k/xshadow02.gif 
2059share/PySolFC/cardset-vienna-2k/xshadow03.gif 
2060share/PySolFC/cardset-vienna-2k/xshadow04.gif 
2061share/PySolFC/cardset-vienna-2k/xshadow05.gif 
2062share/PySolFC/cardset-vienna-2k/xshadow06.gif 
2063share/PySolFC/cardset-vienna-2k/xshadow07.gif 
2064share/PySolFC/cardset-vienna-2k/xshadow08.gif 
2065share/PySolFC/cardset-vienna-2k/xshadow09.gif 
2066share/PySolFC/cardset-vienna-2k/xshadow10.gif 
2067share/PySolFC/cardset-vienna-2k/xshadow11.gif 
2068share/PySolFC/cardset-vienna-2k/xshadow12.gif 
2069share/PySolFC/cardset-vienna-2k/xshadow13.gif 
2070share/PySolFC/html/credits.html 729share/PySolFC/html/credits.html
2071share/PySolFC/html/ganjifa.html 730share/PySolFC/html/ganjifa.html
2072share/PySolFC/html/general_rules.html 731share/PySolFC/html/general_rules.html
2073share/PySolFC/html/glossary.html 732share/PySolFC/html/glossary.html
2074share/PySolFC/html/hanafuda.html 733share/PySolFC/html/hanafuda.html
2075share/PySolFC/html/hexadeck.html 734share/PySolFC/html/hexadeck.html
2076share/PySolFC/html/howtoplay.html 735share/PySolFC/html/howtoplay.html
2077share/PySolFC/html/images/c.gif 736share/PySolFC/html/images/c.gif
2078share/PySolFC/html/images/camelot-goal.gif 737share/PySolFC/html/images/camelot-goal.gif
2079share/PySolFC/html/images/d.gif 738share/PySolFC/html/images/d.gif
2080share/PySolFC/html/images/h.gif 739share/PySolFC/html/images/h.gif
2081share/PySolFC/html/images/hanahelp.gif 740share/PySolFC/html/images/hanahelp.gif
 741share/PySolFC/html/images/high_res/logo.png
 742share/PySolFC/html/images/high_res/logo.svg
 743share/PySolFC/html/images/high_res/logo_black.png
 744share/PySolFC/html/images/high_res/logo_horizontal.png
 745share/PySolFC/html/images/high_res/logo_horizontal.svg
 746share/PySolFC/html/images/high_res/logo_vertical.png
 747share/PySolFC/html/images/pysollogo0.png
2082share/PySolFC/html/images/pysollogo00.gif 748share/PySolFC/html/images/pysollogo00.gif
2083share/PySolFC/html/images/pysollogo01.gif 749share/PySolFC/html/images/pysollogo01.gif
 750share/PySolFC/html/images/pysollogo01.png
2084share/PySolFC/html/images/pysollogo02.gif 751share/PySolFC/html/images/pysollogo02.gif
 752share/PySolFC/html/images/pysollogo02.png
2085share/PySolFC/html/images/pysollogo03.gif 753share/PySolFC/html/images/pysollogo03.gif
 754share/PySolFC/html/images/pysollogo03.png
2086share/PySolFC/html/images/s.gif 755share/PySolFC/html/images/s.gif
2087share/PySolFC/html/index.html 756share/PySolFC/html/index.html
2088share/PySolFC/html/install.html 757share/PySolFC/html/install.html
2089share/PySolFC/html/intro.html 758share/PySolFC/html/intro.html
2090share/PySolFC/html/license.html 759share/PySolFC/html/license.html
2091share/PySolFC/html/news.html 760share/PySolFC/html/news.html
2092share/PySolFC/html/rules.html 761share/PySolFC/html/rules.html
2093share/PySolFC/html/rules/10x8.html 762share/PySolFC/html/rules/10x8.html
2094share/PySolFC/html/rules/8x8.html 763share/PySolFC/html/rules/8x8.html
2095share/PySolFC/html/rules/abacus.html 764share/PySolFC/html/rules/abacus.html
2096share/PySolFC/html/rules/accordion.html 765share/PySolFC/html/rules/accordion.html
2097share/PySolFC/html/rules/acesup.html 766share/PySolFC/html/rules/acesup.html
2098share/PySolFC/html/rules/acesup5.html 767share/PySolFC/html/rules/acesup5.html
2099share/PySolFC/html/rules/agnessorel.html 768share/PySolFC/html/rules/agnessorel.html
2100share/PySolFC/html/rules/akbarsconquest.html 769share/PySolFC/html/rules/akbarsconquest.html
2101share/PySolFC/html/rules/akbarstriumph.html 770share/PySolFC/html/rules/akbarstriumph.html
2102share/PySolFC/html/rules/alaska.html 771share/PySolFC/html/rules/alaska.html
2103share/PySolFC/html/rules/alhambra.html 772share/PySolFC/html/rules/alhambra.html
 773share/PySolFC/html/rules/allinarow.html
2104share/PySolFC/html/rules/alternation.html 774share/PySolFC/html/rules/alternation.html
2105share/PySolFC/html/rules/amazons.html 775share/PySolFC/html/rules/amazons.html
2106share/PySolFC/html/rules/americantoad.html 776share/PySolFC/html/rules/americantoad.html
2107share/PySolFC/html/rules/appachanswaterfall.html 777share/PySolFC/html/rules/appachanswaterfall.html
2108share/PySolFC/html/rules/ashrafi.html 778share/PySolFC/html/rules/ashrafi.html
2109share/PySolFC/html/rules/ashtadikapala.html 779share/PySolFC/html/rules/ashtadikapala.html
2110share/PySolFC/html/rules/ashwapati.html 780share/PySolFC/html/rules/ashwapati.html
2111share/PySolFC/html/rules/auldlangsyne.html 781share/PySolFC/html/rules/auldlangsyne.html
2112share/PySolFC/html/rules/babyspiderette.html 782share/PySolFC/html/rules/babyspiderette.html
2113share/PySolFC/html/rules/badseven.html 783share/PySolFC/html/rules/badseven.html
2114share/PySolFC/html/rules/bakersdozen.html 784share/PySolFC/html/rules/bakersdozen.html
2115share/PySolFC/html/rules/bakersgame.html 785share/PySolFC/html/rules/bakersgame.html
2116share/PySolFC/html/rules/balarama.html 786share/PySolFC/html/rules/balarama.html
@@ -2159,26 +829,27 @@ share/PySolFC/html/rules/chinesesolitair @@ -2159,26 +829,27 @@ share/PySolFC/html/rules/chinesesolitair
2159share/PySolFC/html/rules/citadel.html 829share/PySolFC/html/rules/citadel.html
2160share/PySolFC/html/rules/cluitjarslair.html 830share/PySolFC/html/rules/cluitjarslair.html
2161share/PySolFC/html/rules/cockroach.html 831share/PySolFC/html/rules/cockroach.html
2162share/PySolFC/html/rules/colorado.html 832share/PySolFC/html/rules/colorado.html
2163share/PySolFC/html/rules/concentration.html 833share/PySolFC/html/rules/concentration.html
2164share/PySolFC/html/rules/congress.html 834share/PySolFC/html/rules/congress.html
2165share/PySolFC/html/rules/contradance.html 835share/PySolFC/html/rules/contradance.html
2166share/PySolFC/html/rules/convolution.html 836share/PySolFC/html/rules/convolution.html
2167share/PySolFC/html/rules/corkscrew.html 837share/PySolFC/html/rules/corkscrew.html
2168share/PySolFC/html/rules/corona.html 838share/PySolFC/html/rules/corona.html
2169share/PySolFC/html/rules/courtyard.html 839share/PySolFC/html/rules/courtyard.html
2170share/PySolFC/html/rules/cruel.html 840share/PySolFC/html/rules/cruel.html
2171share/PySolFC/html/rules/curdsandwhey.html 841share/PySolFC/html/rules/curdsandwhey.html
 842share/PySolFC/html/rules/daddylonglegs.html
2172share/PySolFC/html/rules/danda.html 843share/PySolFC/html/rules/danda.html
2173share/PySolFC/html/rules/dashavatara.html 844share/PySolFC/html/rules/dashavatara.html
2174share/PySolFC/html/rules/dashavataracircles.html 845share/PySolFC/html/rules/dashavataracircles.html
2175share/PySolFC/html/rules/deadkinggolf.html 846share/PySolFC/html/rules/deadkinggolf.html
2176share/PySolFC/html/rules/derfreienapoleon.html 847share/PySolFC/html/rules/derfreienapoleon.html
2177share/PySolFC/html/rules/derkleinenapoleon.html 848share/PySolFC/html/rules/derkleinenapoleon.html
2178share/PySolFC/html/rules/deuces.html 849share/PySolFC/html/rules/deuces.html
2179share/PySolFC/html/rules/dhanpati.html 850share/PySolFC/html/rules/dhanpati.html
2180share/PySolFC/html/rules/diamondmine.html 851share/PySolFC/html/rules/diamondmine.html
2181share/PySolFC/html/rules/diekoenigsbergerin.html 852share/PySolFC/html/rules/diekoenigsbergerin.html
2182share/PySolFC/html/rules/diplomat.html 853share/PySolFC/html/rules/diplomat.html
2183share/PySolFC/html/rules/dojoujisgame.html 854share/PySolFC/html/rules/dojoujisgame.html
2184share/PySolFC/html/rules/dojoujisgamedoubled.html 855share/PySolFC/html/rules/dojoujisgamedoubled.html
@@ -2242,26 +913,27 @@ share/PySolFC/html/rules/giant.html @@ -2242,26 +913,27 @@ share/PySolFC/html/rules/giant.html
2242share/PySolFC/html/rules/golf.html 913share/PySolFC/html/rules/golf.html
2243share/PySolFC/html/rules/goodmeasure.html 914share/PySolFC/html/rules/goodmeasure.html
2244share/PySolFC/html/rules/grandduchess.html 915share/PySolFC/html/rules/grandduchess.html
2245share/PySolFC/html/rules/grandfathersclock.html 916share/PySolFC/html/rules/grandfathersclock.html
2246share/PySolFC/html/rules/grandmothersgame.html 917share/PySolFC/html/rules/grandmothersgame.html
2247share/PySolFC/html/rules/grasshopper.html 918share/PySolFC/html/rules/grasshopper.html
2248share/PySolFC/html/rules/greaterqueue.html 919share/PySolFC/html/rules/greaterqueue.html
2249share/PySolFC/html/rules/greatwall.html 920share/PySolFC/html/rules/greatwall.html
2250share/PySolFC/html/rules/griffon.html 921share/PySolFC/html/rules/griffon.html
2251share/PySolFC/html/rules/groundsforadivorce.html 922share/PySolFC/html/rules/groundsforadivorce.html
2252share/PySolFC/html/rules/gypsy.html 923share/PySolFC/html/rules/gypsy.html
2253share/PySolFC/html/rules/hanafudafourseasons.html 924share/PySolFC/html/rules/hanafudafourseasons.html
2254share/PySolFC/html/rules/hanafudafourwinds.html 925share/PySolFC/html/rules/hanafudafourwinds.html
 926share/PySolFC/html/rules/hanoisequence.html
2255share/PySolFC/html/rules/hayagriva.html 927share/PySolFC/html/rules/hayagriva.html
2256share/PySolFC/html/rules/headsandtails.html 928share/PySolFC/html/rules/headsandtails.html
2257share/PySolFC/html/rules/hexaklon.html 929share/PySolFC/html/rules/hexaklon.html
2258share/PySolFC/html/rules/hexaklonbythrees.html 930share/PySolFC/html/rules/hexaklonbythrees.html
2259share/PySolFC/html/rules/hexlabyrinth.html 931share/PySolFC/html/rules/hexlabyrinth.html
2260share/PySolFC/html/rules/hiddenpassages.html 932share/PySolFC/html/rules/hiddenpassages.html
2261share/PySolFC/html/rules/hiranyaksha.html 933share/PySolFC/html/rules/hiranyaksha.html
2262share/PySolFC/html/rules/hopscotch.html 934share/PySolFC/html/rules/hopscotch.html
2263share/PySolFC/html/rules/houseinthewood.html 935share/PySolFC/html/rules/houseinthewood.html
2264share/PySolFC/html/rules/imperialtrumps.html 936share/PySolFC/html/rules/imperialtrumps.html
2265share/PySolFC/html/rules/indian.html 937share/PySolFC/html/rules/indian.html
2266share/PySolFC/html/rules/intelligence.html 938share/PySolFC/html/rules/intelligence.html
2267share/PySolFC/html/rules/interregnum.html 939share/PySolFC/html/rules/interregnum.html
@@ -2376,26 +1048,27 @@ share/PySolFC/html/rules/pokersquare.htm @@ -2376,26 +1048,27 @@ share/PySolFC/html/rules/pokersquare.htm
2376share/PySolFC/html/rules/ponytail.html 1048share/PySolFC/html/rules/ponytail.html
2377share/PySolFC/html/rules/pussinthecorner.html 1049share/PySolFC/html/rules/pussinthecorner.html
2378share/PySolFC/html/rules/pyramid.html 1050share/PySolFC/html/rules/pyramid.html
2379share/PySolFC/html/rules/quadrangle.html 1051share/PySolFC/html/rules/quadrangle.html
2380share/PySolFC/html/rules/queenie.html 1052share/PySolFC/html/rules/queenie.html
2381share/PySolFC/html/rules/rachel.html 1053share/PySolFC/html/rules/rachel.html
2382share/PySolFC/html/rules/rainbow.html 1054share/PySolFC/html/rules/rainbow.html
2383share/PySolFC/html/rules/rainfall.html 1055share/PySolFC/html/rules/rainfall.html
2384share/PySolFC/html/rules/rambling.html 1056share/PySolFC/html/rules/rambling.html
2385share/PySolFC/html/rules/rankandfile.html 1057share/PySolFC/html/rules/rankandfile.html
2386share/PySolFC/html/rules/redandblack.html 1058share/PySolFC/html/rules/redandblack.html
2387share/PySolFC/html/rules/redmoon.html 1059share/PySolFC/html/rules/redmoon.html
2388share/PySolFC/html/rules/relax.html 1060share/PySolFC/html/rules/relax.html
 1061share/PySolFC/html/rules/relaxedaccordion.html
2389share/PySolFC/html/rules/relaxedfreecell.html 1062share/PySolFC/html/rules/relaxedfreecell.html
2390share/PySolFC/html/rules/relaxedgolf.html 1063share/PySolFC/html/rules/relaxedgolf.html
2391share/PySolFC/html/rules/relaxedpyramid.html 1064share/PySolFC/html/rules/relaxedpyramid.html
2392share/PySolFC/html/rules/relaxedseahaventowers.html 1065share/PySolFC/html/rules/relaxedseahaventowers.html
2393share/PySolFC/html/rules/relaxedspider.html 1066share/PySolFC/html/rules/relaxedspider.html
2394share/PySolFC/html/rules/retinue.html 1067share/PySolFC/html/rules/retinue.html
2395share/PySolFC/html/rules/roslin.html 1068share/PySolFC/html/rules/roslin.html
2396share/PySolFC/html/rules/rougeetnoir.html 1069share/PySolFC/html/rules/rougeetnoir.html
2397share/PySolFC/html/rules/royalcotillion.html 1070share/PySolFC/html/rules/royalcotillion.html
2398share/PySolFC/html/rules/royaleast.html 1071share/PySolFC/html/rules/royaleast.html
2399share/PySolFC/html/rules/royalmarriage.html 1072share/PySolFC/html/rules/royalmarriage.html
2400share/PySolFC/html/rules/rushdike.html 1073share/PySolFC/html/rules/rushdike.html
2401share/PySolFC/html/rules/russianpatience.html 1074share/PySolFC/html/rules/russianpatience.html
@@ -2480,290 +1153,565 @@ share/PySolFC/html/rules/waningmoon.html @@ -2480,290 +1153,565 @@ share/PySolFC/html/rules/waningmoon.html
2480share/PySolFC/html/rules/wasp.html 1153share/PySolFC/html/rules/wasp.html
2481share/PySolFC/html/rules/westcliff.html 1154share/PySolFC/html/rules/westcliff.html
2482share/PySolFC/html/rules/wheeloffortune.html 1155share/PySolFC/html/rules/wheeloffortune.html
2483share/PySolFC/html/rules/whitehead.html 1156share/PySolFC/html/rules/whitehead.html
2484share/PySolFC/html/rules/wicked.html 1157share/PySolFC/html/rules/wicked.html
2485share/PySolFC/html/rules/willothewisp.html 1158share/PySolFC/html/rules/willothewisp.html
2486share/PySolFC/html/rules/windmill.html 1159share/PySolFC/html/rules/windmill.html
2487share/PySolFC/html/rules/wisteria.html 1160share/PySolFC/html/rules/wisteria.html
2488share/PySolFC/html/rules/yukon.html 1161share/PySolFC/html/rules/yukon.html
2489share/PySolFC/html/rules/zebra.html 1162share/PySolFC/html/rules/zebra.html
2490share/PySolFC/html/rules/zodiac.html 1163share/PySolFC/html/rules/zodiac.html
2491share/PySolFC/html/rules_alternate.html 1164share/PySolFC/html/rules_alternate.html
2492share/PySolFC/images/buttons/bluecurve/cancel.gif 1165share/PySolFC/images/buttons/bluecurve/cancel.gif
 1166share/PySolFC/images/buttons/bluecurve/cancel.png
2493share/PySolFC/images/buttons/bluecurve/new.gif 1167share/PySolFC/images/buttons/bluecurve/new.gif
 1168share/PySolFC/images/buttons/bluecurve/new.png
2494share/PySolFC/images/buttons/bluecurve/ok.gif 1169share/PySolFC/images/buttons/bluecurve/ok.gif
 1170share/PySolFC/images/buttons/bluecurve/ok.png
2495share/PySolFC/images/cards/bottoms/french/bottom02-n.png 1171share/PySolFC/images/cards/bottoms/french/bottom02-n.png
2496share/PySolFC/images/cards/bottoms/french/bottom02.png 1172share/PySolFC/images/cards/bottoms/french/bottom02.png
2497share/PySolFC/images/cards/bottoms/french/bottom03-n.png 1173share/PySolFC/images/cards/bottoms/french/bottom03-n.png
2498share/PySolFC/images/cards/bottoms/french/bottom03.png 1174share/PySolFC/images/cards/bottoms/french/bottom03.png
2499share/PySolFC/images/cards/bottoms/french/bottom04-n.png 1175share/PySolFC/images/cards/bottoms/french/bottom04-n.png
2500share/PySolFC/images/cards/bottoms/french/bottom04.png 1176share/PySolFC/images/cards/bottoms/french/bottom04.png
2501share/PySolFC/images/cards/bottoms/french/bottom05-n.png 1177share/PySolFC/images/cards/bottoms/french/bottom05-n.png
2502share/PySolFC/images/cards/bottoms/french/bottom05.png 1178share/PySolFC/images/cards/bottoms/french/bottom05.png
2503share/PySolFC/images/cards/bottoms/french/bottom06-n.png 1179share/PySolFC/images/cards/bottoms/french/bottom06-n.png
2504share/PySolFC/images/cards/bottoms/french/bottom06.png 1180share/PySolFC/images/cards/bottoms/french/bottom06.png
2505share/PySolFC/images/cards/bottoms/french/bottom07-n.png 1181share/PySolFC/images/cards/bottoms/french/bottom07-n.png
2506share/PySolFC/images/cards/bottoms/french/bottom07.png 1182share/PySolFC/images/cards/bottoms/french/bottom07.png
2507share/PySolFC/images/cards/bottoms/french/l01-n.png 1183share/PySolFC/images/cards/bottoms/french/l01-n.png
2508share/PySolFC/images/cards/bottoms/french/l01.png 1184share/PySolFC/images/cards/bottoms/french/l01.png
2509share/PySolFC/images/cards/bottoms/french/l02-n.png 1185share/PySolFC/images/cards/bottoms/french/l02-n.png
2510share/PySolFC/images/cards/bottoms/french/l02.png 1186share/PySolFC/images/cards/bottoms/french/l02.png
2511share/PySolFC/images/cards/bottoms/french/l03-n.png 1187share/PySolFC/images/cards/bottoms/french/l03-n.png
2512share/PySolFC/images/cards/bottoms/french/l03.png 1188share/PySolFC/images/cards/bottoms/french/l03.png
2513share/PySolFC/images/cards/bottoms/french/l04-n.png 1189share/PySolFC/images/cards/bottoms/french/l04-n.png
2514share/PySolFC/images/cards/bottoms/french/l04.png 1190share/PySolFC/images/cards/bottoms/french/l04.png
 1191share/PySolFC/images/cards/bottoms/hex-a-deck/bottom02-n.png
 1192share/PySolFC/images/cards/bottoms/hex-a-deck/bottom02.png
 1193share/PySolFC/images/cards/bottoms/hex-a-deck/bottom03-n.png
 1194share/PySolFC/images/cards/bottoms/hex-a-deck/bottom03.png
 1195share/PySolFC/images/cards/bottoms/hex-a-deck/bottom04-n.png
 1196share/PySolFC/images/cards/bottoms/hex-a-deck/bottom04.png
 1197share/PySolFC/images/cards/bottoms/hex-a-deck/bottom05-n.png
 1198share/PySolFC/images/cards/bottoms/hex-a-deck/bottom05.png
 1199share/PySolFC/images/cards/bottoms/hex-a-deck/bottom06-n.png
 1200share/PySolFC/images/cards/bottoms/hex-a-deck/bottom06.png
 1201share/PySolFC/images/cards/bottoms/hex-a-deck/bottom07-n.png
 1202share/PySolFC/images/cards/bottoms/hex-a-deck/bottom07.png
 1203share/PySolFC/images/cards/bottoms/hex-a-deck/bottom08-n.gif
 1204share/PySolFC/images/cards/bottoms/hex-a-deck/bottom08.gif
 1205share/PySolFC/images/cards/bottoms/hex-a-deck/l01-n.png
 1206share/PySolFC/images/cards/bottoms/hex-a-deck/l01.png
 1207share/PySolFC/images/cards/bottoms/hex-a-deck/l02-n.png
 1208share/PySolFC/images/cards/bottoms/hex-a-deck/l02.png
 1209share/PySolFC/images/cards/bottoms/hex-a-deck/l03-n.png
 1210share/PySolFC/images/cards/bottoms/hex-a-deck/l03.png
 1211share/PySolFC/images/cards/bottoms/hex-a-deck/l04-n.png
 1212share/PySolFC/images/cards/bottoms/hex-a-deck/l04.png
 1213share/PySolFC/images/cards/bottoms/tarock/bottom02-n.png
 1214share/PySolFC/images/cards/bottoms/tarock/bottom02.png
 1215share/PySolFC/images/cards/bottoms/tarock/bottom03-n.png
 1216share/PySolFC/images/cards/bottoms/tarock/bottom03.png
 1217share/PySolFC/images/cards/bottoms/tarock/bottom04-n.png
 1218share/PySolFC/images/cards/bottoms/tarock/bottom04.png
 1219share/PySolFC/images/cards/bottoms/tarock/bottom05-n.png
 1220share/PySolFC/images/cards/bottoms/tarock/bottom05.png
 1221share/PySolFC/images/cards/bottoms/tarock/bottom06-n.png
 1222share/PySolFC/images/cards/bottoms/tarock/bottom06.png
 1223share/PySolFC/images/cards/bottoms/tarock/bottom07-n.png
 1224share/PySolFC/images/cards/bottoms/tarock/bottom07.png
 1225share/PySolFC/images/cards/bottoms/tarock/bottom08-n.gif
 1226share/PySolFC/images/cards/bottoms/tarock/bottom08.gif
 1227share/PySolFC/images/cards/bottoms/tarock/l01-n.png
 1228share/PySolFC/images/cards/bottoms/tarock/l01.png
 1229share/PySolFC/images/cards/bottoms/tarock/l02-n.png
 1230share/PySolFC/images/cards/bottoms/tarock/l02.png
 1231share/PySolFC/images/cards/bottoms/tarock/l03-n.png
 1232share/PySolFC/images/cards/bottoms/tarock/l03.png
 1233share/PySolFC/images/cards/bottoms/tarock/l04-n.png
 1234share/PySolFC/images/cards/bottoms/tarock/l04.png
2515share/PySolFC/images/cards/large/01c.gif 1235share/PySolFC/images/cards/large/01c.gif
 1236share/PySolFC/images/cards/large/01c.png
2516share/PySolFC/images/cards/large/01d.gif 1237share/PySolFC/images/cards/large/01d.gif
 1238share/PySolFC/images/cards/large/01d.png
2517share/PySolFC/images/cards/large/01h.gif 1239share/PySolFC/images/cards/large/01h.gif
 1240share/PySolFC/images/cards/large/01h.png
2518share/PySolFC/images/cards/large/01s.gif 1241share/PySolFC/images/cards/large/01s.gif
 1242share/PySolFC/images/cards/large/01s.png
2519share/PySolFC/images/cards/large/02c.gif 1243share/PySolFC/images/cards/large/02c.gif
 1244share/PySolFC/images/cards/large/02c.png
2520share/PySolFC/images/cards/large/02d.gif 1245share/PySolFC/images/cards/large/02d.gif
 1246share/PySolFC/images/cards/large/02d.png
2521share/PySolFC/images/cards/large/02h.gif 1247share/PySolFC/images/cards/large/02h.gif
 1248share/PySolFC/images/cards/large/02h.png
2522share/PySolFC/images/cards/large/02s.gif 1249share/PySolFC/images/cards/large/02s.gif
 1250share/PySolFC/images/cards/large/02s.png
2523share/PySolFC/images/cards/large/03c.gif 1251share/PySolFC/images/cards/large/03c.gif
 1252share/PySolFC/images/cards/large/03c.png
2524share/PySolFC/images/cards/large/03d.gif 1253share/PySolFC/images/cards/large/03d.gif
 1254share/PySolFC/images/cards/large/03d.png
2525share/PySolFC/images/cards/large/03h.gif 1255share/PySolFC/images/cards/large/03h.gif
 1256share/PySolFC/images/cards/large/03h.png
2526share/PySolFC/images/cards/large/03s.gif 1257share/PySolFC/images/cards/large/03s.gif
 1258share/PySolFC/images/cards/large/03s.png
2527share/PySolFC/images/cards/large/04c.gif 1259share/PySolFC/images/cards/large/04c.gif
 1260share/PySolFC/images/cards/large/04c.png
2528share/PySolFC/images/cards/large/04d.gif 1261share/PySolFC/images/cards/large/04d.gif
 1262share/PySolFC/images/cards/large/04d.png
2529share/PySolFC/images/cards/large/04h.gif 1263share/PySolFC/images/cards/large/04h.gif
 1264share/PySolFC/images/cards/large/04h.png
2530share/PySolFC/images/cards/large/04s.gif 1265share/PySolFC/images/cards/large/04s.gif
 1266share/PySolFC/images/cards/large/04s.png
2531share/PySolFC/images/cards/large/05c.gif 1267share/PySolFC/images/cards/large/05c.gif
 1268share/PySolFC/images/cards/large/05c.png
2532share/PySolFC/images/cards/large/05d.gif 1269share/PySolFC/images/cards/large/05d.gif
 1270share/PySolFC/images/cards/large/05d.png
2533share/PySolFC/images/cards/large/05h.gif 1271share/PySolFC/images/cards/large/05h.gif
 1272share/PySolFC/images/cards/large/05h.png
2534share/PySolFC/images/cards/large/05s.gif 1273share/PySolFC/images/cards/large/05s.gif
 1274share/PySolFC/images/cards/large/05s.png
2535share/PySolFC/images/cards/large/06c.gif 1275share/PySolFC/images/cards/large/06c.gif
 1276share/PySolFC/images/cards/large/06c.png
2536share/PySolFC/images/cards/large/06d.gif 1277share/PySolFC/images/cards/large/06d.gif
 1278share/PySolFC/images/cards/large/06d.png
2537share/PySolFC/images/cards/large/06h.gif 1279share/PySolFC/images/cards/large/06h.gif
 1280share/PySolFC/images/cards/large/06h.png
2538share/PySolFC/images/cards/large/06s.gif 1281share/PySolFC/images/cards/large/06s.gif
 1282share/PySolFC/images/cards/large/06s.png
2539share/PySolFC/images/cards/large/07c.gif 1283share/PySolFC/images/cards/large/07c.gif
 1284share/PySolFC/images/cards/large/07c.png
2540share/PySolFC/images/cards/large/07d.gif 1285share/PySolFC/images/cards/large/07d.gif
 1286share/PySolFC/images/cards/large/07d.png
2541share/PySolFC/images/cards/large/07h.gif 1287share/PySolFC/images/cards/large/07h.gif
 1288share/PySolFC/images/cards/large/07h.png
2542share/PySolFC/images/cards/large/07s.gif 1289share/PySolFC/images/cards/large/07s.gif
 1290share/PySolFC/images/cards/large/07s.png
2543share/PySolFC/images/cards/large/08c.gif 1291share/PySolFC/images/cards/large/08c.gif
 1292share/PySolFC/images/cards/large/08c.png
2544share/PySolFC/images/cards/large/08d.gif 1293share/PySolFC/images/cards/large/08d.gif
 1294share/PySolFC/images/cards/large/08d.png
2545share/PySolFC/images/cards/large/08h.gif 1295share/PySolFC/images/cards/large/08h.gif
 1296share/PySolFC/images/cards/large/08h.png
2546share/PySolFC/images/cards/large/08s.gif 1297share/PySolFC/images/cards/large/08s.gif
 1298share/PySolFC/images/cards/large/08s.png
2547share/PySolFC/images/cards/large/09c.gif 1299share/PySolFC/images/cards/large/09c.gif
 1300share/PySolFC/images/cards/large/09c.png
2548share/PySolFC/images/cards/large/09d.gif 1301share/PySolFC/images/cards/large/09d.gif
 1302share/PySolFC/images/cards/large/09d.png
2549share/PySolFC/images/cards/large/09h.gif 1303share/PySolFC/images/cards/large/09h.gif
 1304share/PySolFC/images/cards/large/09h.png
2550share/PySolFC/images/cards/large/09s.gif 1305share/PySolFC/images/cards/large/09s.gif
 1306share/PySolFC/images/cards/large/09s.png
2551share/PySolFC/images/cards/large/10c.gif 1307share/PySolFC/images/cards/large/10c.gif
 1308share/PySolFC/images/cards/large/10c.png
2552share/PySolFC/images/cards/large/10d.gif 1309share/PySolFC/images/cards/large/10d.gif
 1310share/PySolFC/images/cards/large/10d.png
2553share/PySolFC/images/cards/large/10h.gif 1311share/PySolFC/images/cards/large/10h.gif
 1312share/PySolFC/images/cards/large/10h.png
2554share/PySolFC/images/cards/large/10s.gif 1313share/PySolFC/images/cards/large/10s.gif
 1314share/PySolFC/images/cards/large/10s.png
2555share/PySolFC/images/cards/large/11c.gif 1315share/PySolFC/images/cards/large/11c.gif
 1316share/PySolFC/images/cards/large/11c.png
2556share/PySolFC/images/cards/large/11d.gif 1317share/PySolFC/images/cards/large/11d.gif
 1318share/PySolFC/images/cards/large/11d.png
2557share/PySolFC/images/cards/large/11h.gif 1319share/PySolFC/images/cards/large/11h.gif
 1320share/PySolFC/images/cards/large/11h.png
2558share/PySolFC/images/cards/large/11s.gif 1321share/PySolFC/images/cards/large/11s.gif
 1322share/PySolFC/images/cards/large/11s.png
2559share/PySolFC/images/cards/large/12c.gif 1323share/PySolFC/images/cards/large/12c.gif
 1324share/PySolFC/images/cards/large/12c.png
2560share/PySolFC/images/cards/large/12d.gif 1325share/PySolFC/images/cards/large/12d.gif
 1326share/PySolFC/images/cards/large/12d.png
2561share/PySolFC/images/cards/large/12h.gif 1327share/PySolFC/images/cards/large/12h.gif
 1328share/PySolFC/images/cards/large/12h.png
2562share/PySolFC/images/cards/large/12s.gif 1329share/PySolFC/images/cards/large/12s.gif
 1330share/PySolFC/images/cards/large/12s.png
2563share/PySolFC/images/cards/large/13c.gif 1331share/PySolFC/images/cards/large/13c.gif
 1332share/PySolFC/images/cards/large/13c.png
2564share/PySolFC/images/cards/large/13d.gif 1333share/PySolFC/images/cards/large/13d.gif
 1334share/PySolFC/images/cards/large/13d.png
2565share/PySolFC/images/cards/large/13h.gif 1335share/PySolFC/images/cards/large/13h.gif
 1336share/PySolFC/images/cards/large/13h.png
2566share/PySolFC/images/cards/large/13s.gif 1337share/PySolFC/images/cards/large/13s.gif
 1338share/PySolFC/images/cards/large/13s.png
2567share/PySolFC/images/cards/small/01c.gif 1339share/PySolFC/images/cards/small/01c.gif
 1340share/PySolFC/images/cards/small/01c.png
2568share/PySolFC/images/cards/small/01d.gif 1341share/PySolFC/images/cards/small/01d.gif
 1342share/PySolFC/images/cards/small/01d.png
2569share/PySolFC/images/cards/small/01h.gif 1343share/PySolFC/images/cards/small/01h.gif
 1344share/PySolFC/images/cards/small/01h.png
2570share/PySolFC/images/cards/small/01s.gif 1345share/PySolFC/images/cards/small/01s.gif
 1346share/PySolFC/images/cards/small/01s.png
2571share/PySolFC/images/cards/small/02c.gif 1347share/PySolFC/images/cards/small/02c.gif
 1348share/PySolFC/images/cards/small/02c.png
2572share/PySolFC/images/cards/small/02d.gif 1349share/PySolFC/images/cards/small/02d.gif
 1350share/PySolFC/images/cards/small/02d.png
2573share/PySolFC/images/cards/small/02h.gif 1351share/PySolFC/images/cards/small/02h.gif
 1352share/PySolFC/images/cards/small/02h.png
2574share/PySolFC/images/cards/small/02s.gif 1353share/PySolFC/images/cards/small/02s.gif
 1354share/PySolFC/images/cards/small/02s.png
2575share/PySolFC/images/cards/small/03c.gif 1355share/PySolFC/images/cards/small/03c.gif
 1356share/PySolFC/images/cards/small/03c.png
2576share/PySolFC/images/cards/small/03d.gif 1357share/PySolFC/images/cards/small/03d.gif
 1358share/PySolFC/images/cards/small/03d.png
2577share/PySolFC/images/cards/small/03h.gif 1359share/PySolFC/images/cards/small/03h.gif
 1360share/PySolFC/images/cards/small/03h.png
2578share/PySolFC/images/cards/small/03s.gif 1361share/PySolFC/images/cards/small/03s.gif
 1362share/PySolFC/images/cards/small/03s.png
2579share/PySolFC/images/cards/small/04c.gif 1363share/PySolFC/images/cards/small/04c.gif
 1364share/PySolFC/images/cards/small/04c.png
2580share/PySolFC/images/cards/small/04d.gif 1365share/PySolFC/images/cards/small/04d.gif
 1366share/PySolFC/images/cards/small/04d.png
2581share/PySolFC/images/cards/small/04h.gif 1367share/PySolFC/images/cards/small/04h.gif
 1368share/PySolFC/images/cards/small/04h.png
2582share/PySolFC/images/cards/small/04s.gif 1369share/PySolFC/images/cards/small/04s.gif
 1370share/PySolFC/images/cards/small/04s.png
2583share/PySolFC/images/cards/small/05c.gif 1371share/PySolFC/images/cards/small/05c.gif
 1372share/PySolFC/images/cards/small/05c.png
2584share/PySolFC/images/cards/small/05d.gif 1373share/PySolFC/images/cards/small/05d.gif
 1374share/PySolFC/images/cards/small/05d.png
2585share/PySolFC/images/cards/small/05h.gif 1375share/PySolFC/images/cards/small/05h.gif
 1376share/PySolFC/images/cards/small/05h.png
2586share/PySolFC/images/cards/small/05s.gif 1377share/PySolFC/images/cards/small/05s.gif
 1378share/PySolFC/images/cards/small/05s.png
2587share/PySolFC/images/cards/small/06c.gif 1379share/PySolFC/images/cards/small/06c.gif
 1380share/PySolFC/images/cards/small/06c.png
2588share/PySolFC/images/cards/small/06d.gif 1381share/PySolFC/images/cards/small/06d.gif
 1382share/PySolFC/images/cards/small/06d.png
2589share/PySolFC/images/cards/small/06h.gif 1383share/PySolFC/images/cards/small/06h.gif
 1384share/PySolFC/images/cards/small/06h.png
2590share/PySolFC/images/cards/small/06s.gif 1385share/PySolFC/images/cards/small/06s.gif
 1386share/PySolFC/images/cards/small/06s.png
2591share/PySolFC/images/cards/small/07c.gif 1387share/PySolFC/images/cards/small/07c.gif
 1388share/PySolFC/images/cards/small/07c.png
2592share/PySolFC/images/cards/small/07d.gif 1389share/PySolFC/images/cards/small/07d.gif
 1390share/PySolFC/images/cards/small/07d.png
2593share/PySolFC/images/cards/small/07h.gif 1391share/PySolFC/images/cards/small/07h.gif
 1392share/PySolFC/images/cards/small/07h.png
2594share/PySolFC/images/cards/small/07s.gif 1393share/PySolFC/images/cards/small/07s.gif
 1394share/PySolFC/images/cards/small/07s.png
2595share/PySolFC/images/cards/small/08c.gif 1395share/PySolFC/images/cards/small/08c.gif
 1396share/PySolFC/images/cards/small/08c.png
2596share/PySolFC/images/cards/small/08d.gif 1397share/PySolFC/images/cards/small/08d.gif
 1398share/PySolFC/images/cards/small/08d.png
2597share/PySolFC/images/cards/small/08h.gif 1399share/PySolFC/images/cards/small/08h.gif
 1400share/PySolFC/images/cards/small/08h.png
2598share/PySolFC/images/cards/small/08s.gif 1401share/PySolFC/images/cards/small/08s.gif
 1402share/PySolFC/images/cards/small/08s.png
2599share/PySolFC/images/cards/small/09c.gif 1403share/PySolFC/images/cards/small/09c.gif
 1404share/PySolFC/images/cards/small/09c.png
2600share/PySolFC/images/cards/small/09d.gif 1405share/PySolFC/images/cards/small/09d.gif
 1406share/PySolFC/images/cards/small/09d.png
2601share/PySolFC/images/cards/small/09h.gif 1407share/PySolFC/images/cards/small/09h.gif
 1408share/PySolFC/images/cards/small/09h.png
2602share/PySolFC/images/cards/small/09s.gif 1409share/PySolFC/images/cards/small/09s.gif
 1410share/PySolFC/images/cards/small/09s.png
2603share/PySolFC/images/cards/small/10c.gif 1411share/PySolFC/images/cards/small/10c.gif
 1412share/PySolFC/images/cards/small/10c.png
2604share/PySolFC/images/cards/small/10d.gif 1413share/PySolFC/images/cards/small/10d.gif
 1414share/PySolFC/images/cards/small/10d.png
2605share/PySolFC/images/cards/small/10h.gif 1415share/PySolFC/images/cards/small/10h.gif
 1416share/PySolFC/images/cards/small/10h.png
2606share/PySolFC/images/cards/small/10s.gif 1417share/PySolFC/images/cards/small/10s.gif
 1418share/PySolFC/images/cards/small/10s.png
2607share/PySolFC/images/cards/small/11c.gif 1419share/PySolFC/images/cards/small/11c.gif
 1420share/PySolFC/images/cards/small/11c.png
2608share/PySolFC/images/cards/small/11d.gif 1421share/PySolFC/images/cards/small/11d.gif
 1422share/PySolFC/images/cards/small/11d.png
2609share/PySolFC/images/cards/small/11h.gif 1423share/PySolFC/images/cards/small/11h.gif
 1424share/PySolFC/images/cards/small/11h.png
2610share/PySolFC/images/cards/small/11s.gif 1425share/PySolFC/images/cards/small/11s.gif
 1426share/PySolFC/images/cards/small/11s.png
2611share/PySolFC/images/cards/small/12c.gif 1427share/PySolFC/images/cards/small/12c.gif
 1428share/PySolFC/images/cards/small/12c.png
2612share/PySolFC/images/cards/small/12d.gif 1429share/PySolFC/images/cards/small/12d.gif
 1430share/PySolFC/images/cards/small/12d.png
2613share/PySolFC/images/cards/small/12h.gif 1431share/PySolFC/images/cards/small/12h.gif
 1432share/PySolFC/images/cards/small/12h.png
2614share/PySolFC/images/cards/small/12s.gif 1433share/PySolFC/images/cards/small/12s.gif
 1434share/PySolFC/images/cards/small/12s.png
2615share/PySolFC/images/cards/small/13c.gif 1435share/PySolFC/images/cards/small/13c.gif
 1436share/PySolFC/images/cards/small/13c.png
2616share/PySolFC/images/cards/small/13d.gif 1437share/PySolFC/images/cards/small/13d.gif
 1438share/PySolFC/images/cards/small/13d.png
2617share/PySolFC/images/cards/small/13h.gif 1439share/PySolFC/images/cards/small/13h.gif
 1440share/PySolFC/images/cards/small/13h.png
2618share/PySolFC/images/cards/small/13s.gif 1441share/PySolFC/images/cards/small/13s.gif
 1442share/PySolFC/images/cards/small/13s.png
2619share/PySolFC/images/demo/demo01.gif 1443share/PySolFC/images/demo/demo01.gif
 1444share/PySolFC/images/demo/demo01.png
2620share/PySolFC/images/demo/demo02.gif 1445share/PySolFC/images/demo/demo02.gif
 1446share/PySolFC/images/demo/demo02.png
2621share/PySolFC/images/demo/demo03.gif 1447share/PySolFC/images/demo/demo03.gif
 1448share/PySolFC/images/demo/demo03.png
2622share/PySolFC/images/demo/demo04.gif 1449share/PySolFC/images/demo/demo04.gif
 1450share/PySolFC/images/demo/demo04.png
2623share/PySolFC/images/demo/demo05.gif 1451share/PySolFC/images/demo/demo05.gif
 1452share/PySolFC/images/demo/demo05.png
2624share/PySolFC/images/dialog/bluecurve/error.gif 1453share/PySolFC/images/dialog/bluecurve/error.gif
 1454share/PySolFC/images/dialog/bluecurve/error.png
2625share/PySolFC/images/dialog/bluecurve/info.gif 1455share/PySolFC/images/dialog/bluecurve/info.gif
 1456share/PySolFC/images/dialog/bluecurve/info.png
2626share/PySolFC/images/dialog/bluecurve/question.gif 1457share/PySolFC/images/dialog/bluecurve/question.gif
 1458share/PySolFC/images/dialog/bluecurve/question.png
2627share/PySolFC/images/dialog/bluecurve/warning.gif 1459share/PySolFC/images/dialog/bluecurve/warning.gif
 1460share/PySolFC/images/dialog/bluecurve/warning.png
2628share/PySolFC/images/dialog/default/error.gif 1461share/PySolFC/images/dialog/default/error.gif
 1462share/PySolFC/images/dialog/default/error.png
2629share/PySolFC/images/dialog/default/info.gif 1463share/PySolFC/images/dialog/default/info.gif
 1464share/PySolFC/images/dialog/default/info.png
2630share/PySolFC/images/dialog/default/question.gif 1465share/PySolFC/images/dialog/default/question.gif
 1466share/PySolFC/images/dialog/default/question.png
2631share/PySolFC/images/dialog/default/warning.gif 1467share/PySolFC/images/dialog/default/warning.gif
 1468share/PySolFC/images/dialog/default/warning.png
2632share/PySolFC/images/htmlviewer/disk.gif 1469share/PySolFC/images/htmlviewer/disk.gif
 1470share/PySolFC/images/htmlviewer/disk.png
2633share/PySolFC/images/logos/joker07_40_774.gif 1471share/PySolFC/images/logos/joker07_40_774.gif
 1472share/PySolFC/images/logos/joker07_40_774.png
2634share/PySolFC/images/logos/joker07_50_774.gif 1473share/PySolFC/images/logos/joker07_50_774.gif
 1474share/PySolFC/images/logos/joker07_50_774.png
2635share/PySolFC/images/logos/joker08_40_774.gif 1475share/PySolFC/images/logos/joker08_40_774.gif
 1476share/PySolFC/images/logos/joker08_40_774.png
2636share/PySolFC/images/logos/joker08_50_774.gif 1477share/PySolFC/images/logos/joker08_50_774.gif
 1478share/PySolFC/images/logos/joker08_50_774.png
2637share/PySolFC/images/logos/joker10_100.gif 1479share/PySolFC/images/logos/joker10_100.gif
 1480share/PySolFC/images/logos/joker10_100.png
2638share/PySolFC/images/logos/joker11_100_774.gif 1481share/PySolFC/images/logos/joker11_100_774.gif
 1482share/PySolFC/images/logos/joker11_100_774.png
2639share/PySolFC/images/misc/pysol01.png 1483share/PySolFC/images/misc/pysol01.png
2640share/PySolFC/images/misc/pysol02.png 1484share/PySolFC/images/misc/pysol02.png
 1485share/PySolFC/images/misc/pysol03.png
 1486share/PySolFC/images/misc/pysol06.png
2641share/PySolFC/images/noredeal.gif 1487share/PySolFC/images/noredeal.gif
 1488share/PySolFC/images/noredeal.png
2642share/PySolFC/images/pause/pause01.gif 1489share/PySolFC/images/pause/pause01.gif
 1490share/PySolFC/images/pause/pause01.png
2643share/PySolFC/images/pause/pause02.gif 1491share/PySolFC/images/pause/pause02.gif
 1492share/PySolFC/images/pause/pause02.png
2644share/PySolFC/images/pause/pause03.gif 1493share/PySolFC/images/pause/pause03.gif
 1494share/PySolFC/images/pause/pause03.png
2645share/PySolFC/images/redeal.gif 1495share/PySolFC/images/redeal.gif
2646share/PySolFC/images/redeal.png 1496share/PySolFC/images/redeal.png
2647share/PySolFC/images/selectgame.gif 1497share/PySolFC/images/selectgame.gif
 1498share/PySolFC/images/selectgame.png
2648share/PySolFC/images/shadow.gif 1499share/PySolFC/images/shadow.gif
 1500share/PySolFC/images/shadow.png
2649share/PySolFC/images/stats/barchart.gif 1501share/PySolFC/images/stats/barchart.gif
 1502share/PySolFC/images/stats/barchart.png
2650share/PySolFC/images/stats/progression.jpg 1503share/PySolFC/images/stats/progression.jpg
2651share/PySolFC/images/stoplight.gif 1504share/PySolFC/images/stoplight.gif
 1505share/PySolFC/images/stoplight.png
2652share/PySolFC/images/stopsign.gif 1506share/PySolFC/images/stopsign.gif
2653share/PySolFC/images/stopsign.png 1507share/PySolFC/images/stopsign.png
2654share/PySolFC/images/toolbar/bluecurve/large/autodrop.gif 1508share/PySolFC/images/toolbar/bluecurve/large/autodrop.gif
 1509share/PySolFC/images/toolbar/bluecurve/large/autodrop.png
2655share/PySolFC/images/toolbar/bluecurve/large/new.gif 1510share/PySolFC/images/toolbar/bluecurve/large/new.gif
 1511share/PySolFC/images/toolbar/bluecurve/large/new.png
2656share/PySolFC/images/toolbar/bluecurve/large/open.gif 1512share/PySolFC/images/toolbar/bluecurve/large/open.gif
 1513share/PySolFC/images/toolbar/bluecurve/large/open.png
2657share/PySolFC/images/toolbar/bluecurve/large/pause.gif 1514share/PySolFC/images/toolbar/bluecurve/large/pause.gif
 1515share/PySolFC/images/toolbar/bluecurve/large/pause.png
2658share/PySolFC/images/toolbar/bluecurve/large/quit.gif 1516share/PySolFC/images/toolbar/bluecurve/large/quit.gif
 1517share/PySolFC/images/toolbar/bluecurve/large/quit.png
2659share/PySolFC/images/toolbar/bluecurve/large/redo.gif 1518share/PySolFC/images/toolbar/bluecurve/large/redo.gif
 1519share/PySolFC/images/toolbar/bluecurve/large/redo.png
2660share/PySolFC/images/toolbar/bluecurve/large/restart.gif 1520share/PySolFC/images/toolbar/bluecurve/large/restart.gif
 1521share/PySolFC/images/toolbar/bluecurve/large/restart.png
2661share/PySolFC/images/toolbar/bluecurve/large/rules.gif 1522share/PySolFC/images/toolbar/bluecurve/large/rules.gif
 1523share/PySolFC/images/toolbar/bluecurve/large/rules.png
2662share/PySolFC/images/toolbar/bluecurve/large/save.gif 1524share/PySolFC/images/toolbar/bluecurve/large/save.gif
 1525share/PySolFC/images/toolbar/bluecurve/large/save.png
2663share/PySolFC/images/toolbar/bluecurve/large/shuffle.gif 1526share/PySolFC/images/toolbar/bluecurve/large/shuffle.gif
 1527share/PySolFC/images/toolbar/bluecurve/large/shuffle.png
2664share/PySolFC/images/toolbar/bluecurve/large/statistics.gif 1528share/PySolFC/images/toolbar/bluecurve/large/statistics.gif
 1529share/PySolFC/images/toolbar/bluecurve/large/statistics.png
2665share/PySolFC/images/toolbar/bluecurve/large/undo.gif 1530share/PySolFC/images/toolbar/bluecurve/large/undo.gif
 1531share/PySolFC/images/toolbar/bluecurve/large/undo.png
2666share/PySolFC/images/toolbar/bluecurve/small/autodrop.gif 1532share/PySolFC/images/toolbar/bluecurve/small/autodrop.gif
 1533share/PySolFC/images/toolbar/bluecurve/small/autodrop.png
2667share/PySolFC/images/toolbar/bluecurve/small/new.gif 1534share/PySolFC/images/toolbar/bluecurve/small/new.gif
 1535share/PySolFC/images/toolbar/bluecurve/small/new.png
2668share/PySolFC/images/toolbar/bluecurve/small/open.gif 1536share/PySolFC/images/toolbar/bluecurve/small/open.gif
 1537share/PySolFC/images/toolbar/bluecurve/small/open.png
2669share/PySolFC/images/toolbar/bluecurve/small/pause.gif 1538share/PySolFC/images/toolbar/bluecurve/small/pause.gif
 1539share/PySolFC/images/toolbar/bluecurve/small/pause.png
2670share/PySolFC/images/toolbar/bluecurve/small/quit.gif 1540share/PySolFC/images/toolbar/bluecurve/small/quit.gif
 1541share/PySolFC/images/toolbar/bluecurve/small/quit.png
2671share/PySolFC/images/toolbar/bluecurve/small/redo.gif 1542share/PySolFC/images/toolbar/bluecurve/small/redo.gif
 1543share/PySolFC/images/toolbar/bluecurve/small/redo.png
2672share/PySolFC/images/toolbar/bluecurve/small/restart.gif 1544share/PySolFC/images/toolbar/bluecurve/small/restart.gif
 1545share/PySolFC/images/toolbar/bluecurve/small/restart.png
2673share/PySolFC/images/toolbar/bluecurve/small/rules.gif 1546share/PySolFC/images/toolbar/bluecurve/small/rules.gif
 1547share/PySolFC/images/toolbar/bluecurve/small/rules.png
2674share/PySolFC/images/toolbar/bluecurve/small/save.gif 1548share/PySolFC/images/toolbar/bluecurve/small/save.gif
 1549share/PySolFC/images/toolbar/bluecurve/small/save.png
2675share/PySolFC/images/toolbar/bluecurve/small/shuffle.gif 1550share/PySolFC/images/toolbar/bluecurve/small/shuffle.gif
 1551share/PySolFC/images/toolbar/bluecurve/small/shuffle.png
2676share/PySolFC/images/toolbar/bluecurve/small/statistics.gif 1552share/PySolFC/images/toolbar/bluecurve/small/statistics.gif
 1553share/PySolFC/images/toolbar/bluecurve/small/statistics.png
2677share/PySolFC/images/toolbar/bluecurve/small/undo.gif 1554share/PySolFC/images/toolbar/bluecurve/small/undo.gif
 1555share/PySolFC/images/toolbar/bluecurve/small/undo.png
2678share/PySolFC/images/toolbar/bluecurve/xlarge/autodrop.gif 1556share/PySolFC/images/toolbar/bluecurve/xlarge/autodrop.gif
 1557share/PySolFC/images/toolbar/bluecurve/xlarge/autodrop.png
2679share/PySolFC/images/toolbar/bluecurve/xlarge/new.gif 1558share/PySolFC/images/toolbar/bluecurve/xlarge/new.gif
 1559share/PySolFC/images/toolbar/bluecurve/xlarge/new.png
2680share/PySolFC/images/toolbar/bluecurve/xlarge/open.gif 1560share/PySolFC/images/toolbar/bluecurve/xlarge/open.gif
 1561share/PySolFC/images/toolbar/bluecurve/xlarge/open.png
2681share/PySolFC/images/toolbar/bluecurve/xlarge/pause.gif 1562share/PySolFC/images/toolbar/bluecurve/xlarge/pause.gif
 1563share/PySolFC/images/toolbar/bluecurve/xlarge/pause.png
2682share/PySolFC/images/toolbar/bluecurve/xlarge/quit.gif 1564share/PySolFC/images/toolbar/bluecurve/xlarge/quit.gif
 1565share/PySolFC/images/toolbar/bluecurve/xlarge/quit.png
2683share/PySolFC/images/toolbar/bluecurve/xlarge/redo.gif 1566share/PySolFC/images/toolbar/bluecurve/xlarge/redo.gif
 1567share/PySolFC/images/toolbar/bluecurve/xlarge/redo.png
2684share/PySolFC/images/toolbar/bluecurve/xlarge/restart.gif 1568share/PySolFC/images/toolbar/bluecurve/xlarge/restart.gif
 1569share/PySolFC/images/toolbar/bluecurve/xlarge/restart.png
2685share/PySolFC/images/toolbar/bluecurve/xlarge/rules.gif 1570share/PySolFC/images/toolbar/bluecurve/xlarge/rules.gif
 1571share/PySolFC/images/toolbar/bluecurve/xlarge/rules.png
2686share/PySolFC/images/toolbar/bluecurve/xlarge/save.gif 1572share/PySolFC/images/toolbar/bluecurve/xlarge/save.gif
 1573share/PySolFC/images/toolbar/bluecurve/xlarge/save.png
 1574share/PySolFC/images/toolbar/bluecurve/xlarge/shuffle.gif
 1575share/PySolFC/images/toolbar/bluecurve/xlarge/shuffle.png
2687share/PySolFC/images/toolbar/bluecurve/xlarge/statistics.gif 1576share/PySolFC/images/toolbar/bluecurve/xlarge/statistics.gif
 1577share/PySolFC/images/toolbar/bluecurve/xlarge/statistics.png
2688share/PySolFC/images/toolbar/bluecurve/xlarge/undo.gif 1578share/PySolFC/images/toolbar/bluecurve/xlarge/undo.gif
 1579share/PySolFC/images/toolbar/bluecurve/xlarge/undo.png
 1580share/PySolFC/images/toolbar/crystal/README.ICONS
2689share/PySolFC/images/toolbar/crystal/large/autodrop.gif 1581share/PySolFC/images/toolbar/crystal/large/autodrop.gif
 1582share/PySolFC/images/toolbar/crystal/large/autodrop.png
2690share/PySolFC/images/toolbar/crystal/large/new.gif 1583share/PySolFC/images/toolbar/crystal/large/new.gif
 1584share/PySolFC/images/toolbar/crystal/large/new.png
2691share/PySolFC/images/toolbar/crystal/large/open.gif 1585share/PySolFC/images/toolbar/crystal/large/open.gif
 1586share/PySolFC/images/toolbar/crystal/large/open.png
2692share/PySolFC/images/toolbar/crystal/large/pause.gif 1587share/PySolFC/images/toolbar/crystal/large/pause.gif
 1588share/PySolFC/images/toolbar/crystal/large/pause.png
2693share/PySolFC/images/toolbar/crystal/large/quit.gif 1589share/PySolFC/images/toolbar/crystal/large/quit.gif
 1590share/PySolFC/images/toolbar/crystal/large/quit.png
2694share/PySolFC/images/toolbar/crystal/large/redo.gif 1591share/PySolFC/images/toolbar/crystal/large/redo.gif
 1592share/PySolFC/images/toolbar/crystal/large/redo.png
2695share/PySolFC/images/toolbar/crystal/large/restart.gif 1593share/PySolFC/images/toolbar/crystal/large/restart.gif
 1594share/PySolFC/images/toolbar/crystal/large/restart.png
2696share/PySolFC/images/toolbar/crystal/large/rules.gif 1595share/PySolFC/images/toolbar/crystal/large/rules.gif
 1596share/PySolFC/images/toolbar/crystal/large/rules.png
2697share/PySolFC/images/toolbar/crystal/large/save.gif 1597share/PySolFC/images/toolbar/crystal/large/save.gif
 1598share/PySolFC/images/toolbar/crystal/large/save.png
2698share/PySolFC/images/toolbar/crystal/large/shuffle.gif 1599share/PySolFC/images/toolbar/crystal/large/shuffle.gif
 1600share/PySolFC/images/toolbar/crystal/large/shuffle.png
2699share/PySolFC/images/toolbar/crystal/large/statistics.gif 1601share/PySolFC/images/toolbar/crystal/large/statistics.gif
 1602share/PySolFC/images/toolbar/crystal/large/statistics.png
2700share/PySolFC/images/toolbar/crystal/large/undo.gif 1603share/PySolFC/images/toolbar/crystal/large/undo.gif
 1604share/PySolFC/images/toolbar/crystal/large/undo.png
2701share/PySolFC/images/toolbar/crystal/small/autodrop.gif 1605share/PySolFC/images/toolbar/crystal/small/autodrop.gif
 1606share/PySolFC/images/toolbar/crystal/small/autodrop.png
2702share/PySolFC/images/toolbar/crystal/small/new.gif 1607share/PySolFC/images/toolbar/crystal/small/new.gif
 1608share/PySolFC/images/toolbar/crystal/small/new.png
2703share/PySolFC/images/toolbar/crystal/small/open.gif 1609share/PySolFC/images/toolbar/crystal/small/open.gif
 1610share/PySolFC/images/toolbar/crystal/small/open.png
2704share/PySolFC/images/toolbar/crystal/small/pause.gif 1611share/PySolFC/images/toolbar/crystal/small/pause.gif
 1612share/PySolFC/images/toolbar/crystal/small/pause.png
2705share/PySolFC/images/toolbar/crystal/small/quit.gif 1613share/PySolFC/images/toolbar/crystal/small/quit.gif
 1614share/PySolFC/images/toolbar/crystal/small/quit.png
2706share/PySolFC/images/toolbar/crystal/small/redo.gif 1615share/PySolFC/images/toolbar/crystal/small/redo.gif
 1616share/PySolFC/images/toolbar/crystal/small/redo.png
2707share/PySolFC/images/toolbar/crystal/small/restart.gif 1617share/PySolFC/images/toolbar/crystal/small/restart.gif
 1618share/PySolFC/images/toolbar/crystal/small/restart.png
2708share/PySolFC/images/toolbar/crystal/small/rules.gif 1619share/PySolFC/images/toolbar/crystal/small/rules.gif
 1620share/PySolFC/images/toolbar/crystal/small/rules.png
2709share/PySolFC/images/toolbar/crystal/small/save.gif 1621share/PySolFC/images/toolbar/crystal/small/save.gif
 1622share/PySolFC/images/toolbar/crystal/small/save.png
2710share/PySolFC/images/toolbar/crystal/small/shuffle.gif 1623share/PySolFC/images/toolbar/crystal/small/shuffle.gif
 1624share/PySolFC/images/toolbar/crystal/small/shuffle.png
2711share/PySolFC/images/toolbar/crystal/small/statistics.gif 1625share/PySolFC/images/toolbar/crystal/small/statistics.gif
 1626share/PySolFC/images/toolbar/crystal/small/statistics.png
2712share/PySolFC/images/toolbar/crystal/small/undo.gif 1627share/PySolFC/images/toolbar/crystal/small/undo.gif
 1628share/PySolFC/images/toolbar/crystal/small/undo.png
2713share/PySolFC/images/toolbar/default/large/autodrop.gif 1629share/PySolFC/images/toolbar/default/large/autodrop.gif
 1630share/PySolFC/images/toolbar/default/large/autodrop.png
2714share/PySolFC/images/toolbar/default/large/new.gif 1631share/PySolFC/images/toolbar/default/large/new.gif
 1632share/PySolFC/images/toolbar/default/large/new.png
2715share/PySolFC/images/toolbar/default/large/open.gif 1633share/PySolFC/images/toolbar/default/large/open.gif
 1634share/PySolFC/images/toolbar/default/large/open.png
2716share/PySolFC/images/toolbar/default/large/pause.gif 1635share/PySolFC/images/toolbar/default/large/pause.gif
 1636share/PySolFC/images/toolbar/default/large/pause.png
2717share/PySolFC/images/toolbar/default/large/quit.gif 1637share/PySolFC/images/toolbar/default/large/quit.gif
 1638share/PySolFC/images/toolbar/default/large/quit.png
2718share/PySolFC/images/toolbar/default/large/redo.gif 1639share/PySolFC/images/toolbar/default/large/redo.gif
 1640share/PySolFC/images/toolbar/default/large/redo.png
2719share/PySolFC/images/toolbar/default/large/restart.gif 1641share/PySolFC/images/toolbar/default/large/restart.gif
 1642share/PySolFC/images/toolbar/default/large/restart.png
2720share/PySolFC/images/toolbar/default/large/rules.gif 1643share/PySolFC/images/toolbar/default/large/rules.gif
 1644share/PySolFC/images/toolbar/default/large/rules.png
2721share/PySolFC/images/toolbar/default/large/save.gif 1645share/PySolFC/images/toolbar/default/large/save.gif
 1646share/PySolFC/images/toolbar/default/large/save.png
2722share/PySolFC/images/toolbar/default/large/statistics.gif 1647share/PySolFC/images/toolbar/default/large/statistics.gif
 1648share/PySolFC/images/toolbar/default/large/statistics.png
2723share/PySolFC/images/toolbar/default/large/undo.gif 1649share/PySolFC/images/toolbar/default/large/undo.gif
 1650share/PySolFC/images/toolbar/default/large/undo.png
2724share/PySolFC/images/toolbar/default/small/autodrop.gif 1651share/PySolFC/images/toolbar/default/small/autodrop.gif
 1652share/PySolFC/images/toolbar/default/small/autodrop.png
2725share/PySolFC/images/toolbar/default/small/new.gif 1653share/PySolFC/images/toolbar/default/small/new.gif
 1654share/PySolFC/images/toolbar/default/small/new.png
2726share/PySolFC/images/toolbar/default/small/open.gif 1655share/PySolFC/images/toolbar/default/small/open.gif
 1656share/PySolFC/images/toolbar/default/small/open.png
2727share/PySolFC/images/toolbar/default/small/pause.gif 1657share/PySolFC/images/toolbar/default/small/pause.gif
 1658share/PySolFC/images/toolbar/default/small/pause.png
2728share/PySolFC/images/toolbar/default/small/quit.gif 1659share/PySolFC/images/toolbar/default/small/quit.gif
 1660share/PySolFC/images/toolbar/default/small/quit.png
2729share/PySolFC/images/toolbar/default/small/redo.gif 1661share/PySolFC/images/toolbar/default/small/redo.gif
 1662share/PySolFC/images/toolbar/default/small/redo.png
2730share/PySolFC/images/toolbar/default/small/restart.gif 1663share/PySolFC/images/toolbar/default/small/restart.gif
 1664share/PySolFC/images/toolbar/default/small/restart.png
2731share/PySolFC/images/toolbar/default/small/rules.gif 1665share/PySolFC/images/toolbar/default/small/rules.gif
 1666share/PySolFC/images/toolbar/default/small/rules.png
2732share/PySolFC/images/toolbar/default/small/save.gif 1667share/PySolFC/images/toolbar/default/small/save.gif
 1668share/PySolFC/images/toolbar/default/small/save.png
2733share/PySolFC/images/toolbar/default/small/statistics.gif 1669share/PySolFC/images/toolbar/default/small/statistics.gif
 1670share/PySolFC/images/toolbar/default/small/statistics.png
2734share/PySolFC/images/toolbar/default/small/undo.gif 1671share/PySolFC/images/toolbar/default/small/undo.gif
 1672share/PySolFC/images/toolbar/default/small/undo.png
2735share/PySolFC/images/toolbar/human/small/autodrop.png 1673share/PySolFC/images/toolbar/human/small/autodrop.png
2736share/PySolFC/images/toolbar/human/small/new.png 1674share/PySolFC/images/toolbar/human/small/new.png
2737share/PySolFC/images/toolbar/human/small/open.png 1675share/PySolFC/images/toolbar/human/small/open.png
2738share/PySolFC/images/toolbar/human/small/pause.gif 1676share/PySolFC/images/toolbar/human/small/pause.png
2739share/PySolFC/images/toolbar/human/small/quit.png 1677share/PySolFC/images/toolbar/human/small/quit.png
2740share/PySolFC/images/toolbar/human/small/redo.png 1678share/PySolFC/images/toolbar/human/small/redo.png
2741share/PySolFC/images/toolbar/human/small/restart.png 1679share/PySolFC/images/toolbar/human/small/restart.png
2742share/PySolFC/images/toolbar/human/small/rules.png 1680share/PySolFC/images/toolbar/human/small/rules.png
2743share/PySolFC/images/toolbar/human/small/save.png 1681share/PySolFC/images/toolbar/human/small/save.png
2744share/PySolFC/images/toolbar/human/small/shuffle.png 1682share/PySolFC/images/toolbar/human/small/shuffle.png
2745share/PySolFC/images/toolbar/human/small/statistics.png 1683share/PySolFC/images/toolbar/human/small/statistics.png
2746share/PySolFC/images/toolbar/human/small/undo.png 1684share/PySolFC/images/toolbar/human/small/undo.png
2747share/PySolFC/images/tree/emptynode.gif 1685share/PySolFC/images/tree/emptynode.gif
 1686share/PySolFC/images/tree/emptynode.png
2748share/PySolFC/images/tree/folder.gif 1687share/PySolFC/images/tree/folder.gif
 1688share/PySolFC/images/tree/folder.png
2749share/PySolFC/images/tree/minusnode.gif 1689share/PySolFC/images/tree/minusnode.gif
 1690share/PySolFC/images/tree/minusnode.png
2750share/PySolFC/images/tree/node.gif 1691share/PySolFC/images/tree/node.gif
 1692share/PySolFC/images/tree/node.png
2751share/PySolFC/images/tree/openfolder.gif 1693share/PySolFC/images/tree/openfolder.gif
 1694share/PySolFC/images/tree/openfolder.png
2752share/PySolFC/images/tree/plusnode.gif 1695share/PySolFC/images/tree/plusnode.gif
 1696share/PySolFC/images/tree/plusnode.png
2753share/PySolFC/images/tree/python.gif 1697share/PySolFC/images/tree/python.gif
 1698share/PySolFC/images/tree/python.png
2754share/PySolFC/images/tree/tk.gif 1699share/PySolFC/images/tree/tk.gif
 1700share/PySolFC/images/tree/tk.png
2755share/PySolFC/images/wizard.gif 1701share/PySolFC/images/wizard.gif
 1702share/PySolFC/images/wizard.png
2756share/PySolFC/images/wizardcards.gif 1703share/PySolFC/images/wizardcards.gif
 1704share/PySolFC/images/wizardcards.png
2757share/PySolFC/pysolfc.glade 1705share/PySolFC/pysolfc.glade
2758share/PySolFC/sound/areyousure.wav 1706share/PySolFC/sound/areyousure.wav
2759share/PySolFC/sound/autodrop.wav 1707share/PySolFC/sound/autodrop.wav
2760share/PySolFC/sound/autoflip.wav 1708share/PySolFC/sound/autoflip.wav
2761share/PySolFC/sound/autopilotlost.wav 1709share/PySolFC/sound/autopilotlost.wav
2762share/PySolFC/sound/autopilotwon.wav 1710share/PySolFC/sound/autopilotwon.wav
2763share/PySolFC/sound/deal01.wav 1711share/PySolFC/sound/deal01.wav
2764share/PySolFC/sound/deal02.wav 1712share/PySolFC/sound/deal02.wav
2765share/PySolFC/sound/deal04.wav 1713share/PySolFC/sound/deal04.wav
2766share/PySolFC/sound/deal08.wav 1714share/PySolFC/sound/deal08.wav
2767share/PySolFC/sound/dealwaste.wav 1715share/PySolFC/sound/dealwaste.wav
2768share/PySolFC/sound/drop.wav 1716share/PySolFC/sound/drop.wav
2769share/PySolFC/sound/droppair.wav 1717share/PySolFC/sound/droppair.wav
@@ -2896,37 +1844,50 @@ share/PySolFC/themes/clearlooks/clearloo @@ -2896,37 +1844,50 @@ share/PySolFC/themes/clearlooks/clearloo
2896share/PySolFC/themes/clearlooks/clearlooks/tab-n.gif 1844share/PySolFC/themes/clearlooks/clearlooks/tab-n.gif
2897share/PySolFC/themes/clearlooks/clearlooks/toolbutton-a.gif 1845share/PySolFC/themes/clearlooks/clearlooks/toolbutton-a.gif
2898share/PySolFC/themes/clearlooks/clearlooks/toolbutton-d.gif 1846share/PySolFC/themes/clearlooks/clearlooks/toolbutton-d.gif
2899share/PySolFC/themes/clearlooks/clearlooks/toolbutton-n.gif 1847share/PySolFC/themes/clearlooks/clearlooks/toolbutton-n.gif
2900share/PySolFC/themes/clearlooks/clearlooks/toolbutton-p.gif 1848share/PySolFC/themes/clearlooks/clearlooks/toolbutton-p.gif
2901share/PySolFC/themes/clearlooks/clearlooks/toolbutton-pa.gif 1849share/PySolFC/themes/clearlooks/clearlooks/toolbutton-pa.gif
2902share/PySolFC/themes/clearlooks/clearlooks/tree-d.gif 1850share/PySolFC/themes/clearlooks/clearlooks/tree-d.gif
2903share/PySolFC/themes/clearlooks/clearlooks/tree-h.gif 1851share/PySolFC/themes/clearlooks/clearlooks/tree-h.gif
2904share/PySolFC/themes/clearlooks/clearlooks/tree-n.gif 1852share/PySolFC/themes/clearlooks/clearlooks/tree-n.gif
2905share/PySolFC/themes/clearlooks/clearlooks/tree-p.gif 1853share/PySolFC/themes/clearlooks/clearlooks/tree-p.gif
2906share/PySolFC/themes/clearlooks/clearlooks8.4.tcl 1854share/PySolFC/themes/clearlooks/clearlooks8.4.tcl
2907share/PySolFC/themes/clearlooks/clearlooks8.5.tcl 1855share/PySolFC/themes/clearlooks/clearlooks8.5.tcl
2908share/PySolFC/themes/clearlooks/convert_imgs.sh 1856share/PySolFC/themes/clearlooks/convert_imgs.sh
2909share/PySolFC/themes/clearlooks/create_imgs.py 
2910share/PySolFC/themes/clearlooks/pkgIndex.tcl 1857share/PySolFC/themes/clearlooks/pkgIndex.tcl
2911share/PySolFC/tiles/Baize.gif 1858share/PySolFC/tiles/Baize.gif
 1859share/PySolFC/tiles/Baize.png
2912share/PySolFC/tiles/Chequered_Field.gif 1860share/PySolFC/tiles/Chequered_Field.gif
 1861share/PySolFC/tiles/Chequered_Field.png
2913share/PySolFC/tiles/Fade_Blue.gif 1862share/PySolFC/tiles/Fade_Blue.gif
 1863share/PySolFC/tiles/Fade_Blue.png
2914share/PySolFC/tiles/Fade_Green.gif 1864share/PySolFC/tiles/Fade_Green.gif
 1865share/PySolFC/tiles/Fade_Green.png
2915share/PySolFC/tiles/Fade_Red.gif 1866share/PySolFC/tiles/Fade_Red.gif
 1867share/PySolFC/tiles/Fade_Red.png
2916share/PySolFC/tiles/Gammi.gif 1868share/PySolFC/tiles/Gammi.gif
 1869share/PySolFC/tiles/Gammi.png
2917share/PySolFC/tiles/Nostalgy.gif 1870share/PySolFC/tiles/Nostalgy.gif
 1871share/PySolFC/tiles/Nostalgy.png
2918share/PySolFC/tiles/Olive_Fossils.gif 1872share/PySolFC/tiles/Olive_Fossils.gif
 1873share/PySolFC/tiles/Olive_Fossils.png
2919share/PySolFC/tiles/Orange_Ornaments.gif 1874share/PySolFC/tiles/Orange_Ornaments.gif
 1875share/PySolFC/tiles/Orange_Ornaments.png
2920share/PySolFC/tiles/Pale_Satin.gif 1876share/PySolFC/tiles/Pale_Satin.gif
 1877share/PySolFC/tiles/Pale_Satin.png
2921share/PySolFC/tiles/Rainbow.gif 1878share/PySolFC/tiles/Rainbow.gif
 1879share/PySolFC/tiles/Rainbow.png
2922share/PySolFC/tiles/save-aspect/Paradise_Wide.jpg 1880share/PySolFC/tiles/save-aspect/Paradise_Wide.jpg
2923share/PySolFC/tiles/stretch/Blue_Fractal.jpg 1881share/PySolFC/tiles/stretch/Blue_Fractal.jpg
2924share/PySolFC/tiles/stretch/Castle.gif 1882share/PySolFC/tiles/stretch/Castle.png
2925share/PySolFC/tiles/stretch/Sunset.gif 1883share/PySolFC/tiles/stretch/Fractal_Blue.jpg
 1884share/PySolFC/tiles/stretch/Fractal_Green.jpg
 1885share/PySolFC/tiles/stretch/Fractal_Rose.jpg
 1886share/PySolFC/tiles/stretch/Sunset.png
2926share/applications/pysol.desktop 1887share/applications/pysol.desktop
2927share/icons/pysol01.png 1888share/icons/pysol01.png
2928share/icons/pysol02.png 1889share/icons/pysol02.png
2929share/locale/ru/LC_MESSAGES/pysol.mo 1890share/locale/ru/LC_MESSAGES/pysol.mo
2930share/locale/ru_RU/LC_MESSAGES/pysol.mo 1891share/locale/ru_RU/LC_MESSAGES/pysol.mo
2931share/pixmaps/pysol.xbm 1892share/pixmaps/pysol.xbm
2932share/pixmaps/pysol.xpm 1893share/pixmaps/pysol.xpm

cvs diff -r1.4 -r1.5 pkgsrc/games/pysolfc/distinfo (expand / switch to unified diff)

--- pkgsrc/games/pysolfc/distinfo 2015/11/03 20:57:02 1.4
+++ pkgsrc/games/pysolfc/distinfo 2019/06/06 21:53:44 1.5
@@ -1,7 +1,12 @@ @@ -1,7 +1,12 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 20:57:02 agc Exp $ 1$NetBSD: distinfo,v 1.5 2019/06/06 21:53:44 adam Exp $
2 2
3SHA1 (PySolFC-2.0.tar.bz2) = 7a11aa04b3f5147396c8b5011228094c10ddc257 3SHA1 (PySolFC-2.6.4.tar.xz) = d627ee614210a00d74617632be617fde6ec7e3cb
4RMD160 (PySolFC-2.0.tar.bz2) = ea846061cdf2630257322b2e9eb7289b71d47705 4RMD160 (PySolFC-2.6.4.tar.xz) = 22bb80cfbec9f494a5fd6a998aa8eab6372214a4
5SHA512 (PySolFC-2.0.tar.bz2) = ec5a11565bd43e097cf1854fe246b8f92acd74077c0b3b158c999f9dc45966e8f805c60a2cfbd815137d970e0e6409d0ae437b9807bac9c39353657cf596b6fc 5SHA512 (PySolFC-2.6.4.tar.xz) = e88719216054f36ff468c16f5ffe701b0995da88edf4da2266dee528d541c0ae8bbaf503a356e926c626bef2651ca8b6aae539b5cb6b5f0dcb4a04ca6111d6b7
6Size (PySolFC-2.0.tar.bz2) = 4208776 bytes 6Size (PySolFC-2.6.4.tar.xz) = 3761108 bytes
7SHA1 (patch-ab) = 36a74977a12e5610e89f25c9482a475fac06dace 7SHA1 (PySolFC-Cardsets-2.0.tar.bz2) = cbf26b7e282c242a2080dfd06e3847abbaf67303
 8RMD160 (PySolFC-Cardsets-2.0.tar.bz2) = a51c2e1ef0276a4bb9783ae880a731b9e30bebc4
 9SHA512 (PySolFC-Cardsets-2.0.tar.bz2) = 24275cd3656024e268a49487ac75e1e67e61ec20e0a9f88e2d1c287f91314a1a9343856d1202ce468f8863f4e9a9bf27526fbb1979a7d765718b38e64ca0cfc8
 10Size (PySolFC-Cardsets-2.0.tar.bz2) = 30687905 bytes
 11SHA1 (patch-pysollib_pysolrandom.py) = 18a5c403a1fe791a08f878f1f44601040ec9c5c2
 12SHA1 (patch-pysollib_settings.py) = a63a8b739a924ecc3b83cc2ca3ee79abd1f018e4

File Deleted: pkgsrc/games/pysolfc/patches/Attic/patch-ab

File Added: pkgsrc/games/pysolfc/patches/Attic/patch-pysollib_pysolrandom.py
$NetBSD: patch-pysollib_pysolrandom.py,v 1.1 2019/06/06 21:53:44 adam Exp $

Use standard random module.

--- pysollib/pysolrandom.py.orig	2019-06-06 19:34:50.000000000 +0000
+++ pysollib/pysolrandom.py
@@ -30,9 +30,7 @@ from pysollib.mfxutil import SubclassRes
 try:
     import random2
 except ImportError:
-    raise ImportError(
-        "You need to install " +
-        "https://pypi.python.org/pypi/random2 using pip or similar.")
+    import random as random2
 
 
 # ************************************************************************

File Added: pkgsrc/games/pysolfc/patches/patch-pysollib_settings.py
$NetBSD: patch-pysollib_settings.py,v 1.1 2019/06/06 21:53:44 adam Exp $

Use custom data dir.

--- pysollib/settings.py.orig	2008-11-15 13:04:30.000000000 -0800
+++ pysollib/settings.py	2008-11-15 13:05:05.000000000 -0800
@@ -61,10 +61,7 @@ DATA_DIRS = []
 # you can add your extra directories here
 if os.name == 'posix':
     DATA_DIRS = [
-        '/usr/share/PySolFC',
-        '/usr/local/share/PySolFC',
-        '/usr/games/PySolFC',
-        '/usr/local/games/PySolFC',
+        '@DATADIR@'
         ]
 if os.name == 'nt':
     pass