summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
50de700)
self.wiimoteSupport = wiimoteSupport
self.fullscreen = fullscreen
LaunchScreen()
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)
theme = Theme(themedir)
self.app = Desktop(theme=theme)
self.synth = Synth(driver=audioDriver)