projects
/
minwii.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
50de700
)
Amélioration ld.
author
pin
<pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 28 Feb 2013 10:52:51 +0000
(10:52 +0000)
committer
pin
<pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 28 Feb 2013 10:52:51 +0000
(10:52 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@411
fe552daf
-6dbe-4428-90eb-
1537e0879342
src/minwii/app.py
patch
|
blob
|
history
diff --git
a/src/minwii/app.py
b/src/minwii/app.py
index
a0fa9da
..
b9219ae
100755
(executable)
--- a/
src/minwii/app.py
+++ b/
src/minwii/app.py
@@
-39,8
+39,7
@@
class MinWii(object):
self.wiimoteSupport = wiimoteSupport
self.fullscreen = fullscreen
LaunchScreen()
- themedir = __file__.split(os.path.sep)[:-1] + ['widgets', 'data', 'minwii_theme']
- themedir = os.path.sep.join(themedir)
+ themedir = os.path.join(os.path.dirname(__file__), 'widgets', 'data', 'minwii_theme')
theme = Theme(themedir)
self.app = Desktop(theme=theme)
self.synth = Synth(driver=audioDriver)