From: pin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Date: Thu, 28 Feb 2013 10:52:51 +0000 (+0000)
Subject: Amélioration ld.
X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/commitdiff_plain/19cf0aa5e307f5fbbc411a2014c5fa869197a51f?hp=50de70078a398fcefd89b1171cd8d0026d716e61

Amélioration ld.


git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@411 fe552daf-6dbe-4428-90eb-1537e0879342
---

diff --git a/src/minwii/app.py b/src/minwii/app.py
index a0fa9da..b9219ae 100755
--- 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)