Provide extra path for mucked cards image

Modified:
* Mucked.py

When running from outside source tree, the image containing mucked
cards' faces could not be loaded. Provide an extra path to load from.
This commit is contained in:
Mika Bostrom
2009-10-22 08:44:45 +03:00
parent 616c07a4eb
commit 6ec309a685
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ setup(name = 'fpdb',
('/usr/share/applications',
['files/fpdb.desktop']),
('/usr/share/python-fpdb',
['pyfpdb/logging.conf'])
['pyfpdb/logging.conf', 'pyfpdb/Cards01.png'])
]
)