mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
svg fixes and remove print
This commit is contained in:
parent
d9116d41ff
commit
eeacad2cee
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,8 @@
|
||||||
cd ..
|
cd ..
|
||||||
mkdir b
|
mkdir b
|
||||||
cd b
|
cd b
|
||||||
cmake ../binding-example/
|
cmake -DCMAKE_BUILD_TYPE=Debug ../binding-example/
|
||||||
make
|
make
|
||||||
) || true
|
) || true
|
||||||
export PYTHONPATH="`pwd`/kcardgame/b"
|
dir="`pwd`/kcardgame/b"
|
||||||
|
export PYTHONPATH="$dir" LD_LIBRARY_PATH="$dir"
|
||||||
|
|
|
@ -185,7 +185,6 @@ class Images:
|
||||||
'/usr/share/carddecks/' +
|
'/usr/share/carddecks/' +
|
||||||
'svg-ancient-egyptians/Ancient_Egyptians.svgz')
|
'svg-ancient-egyptians/Ancient_Egyptians.svgz')
|
||||||
for n, rec in self.cs.getFaceCardNames():
|
for n, rec in self.cs.getFaceCardNames():
|
||||||
print(n)
|
|
||||||
self._card.append(self.__loadCard(n + self.cs.ext, rec=rec))
|
self._card.append(self.__loadCard(n + self.cs.ext, rec=rec))
|
||||||
self._card[-1].filename = n
|
self._card[-1].filename = n
|
||||||
if progress:
|
if progress:
|
||||||
|
|
Loading…
Add table
Reference in a new issue