projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
impression de la version du fichier de log.
[minwii.git]
/
src
/
app
/
minwii.py
diff --git
a/src/app/minwii.py
b/src/app/minwii.py
index
31bee79
..
a0a9161
100755
(executable)
--- a/
src/app/minwii.py
+++ b/
src/app/minwii.py
@@
-18,12
+18,13
@@
from eventutils import EventDispatcher
from musicxml import musicXml2Song
from config import SONG_FILE_PATH
from globals import PLAYING_MODES_DICT
from musicxml import musicXml2Song
from config import SONG_FILE_PATH
from globals import PLAYING_MODES_DICT
-from log import console
+from log import console
, LOG_FORMAT_VERSION
class MinWii(object):
def __init__(self, wiimoteSupport=True) :
class MinWii(object):
def __init__(self, wiimoteSupport=True) :
+ console.info('winwii log format version : %s', LOG_FORMAT_VERSION)
self.wiimoteSupport = wiimoteSupport
LaunchScreen()
self.app = Desktop()
self.wiimoteSupport = wiimoteSupport
LaunchScreen()
self.app = Desktop()