projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Renommage du script prindipal.
[minwii.git]
/
src
/
minwii
/
config.py
diff --git
a/src/minwii/config.py
b/src/minwii/config.py
index
f98238b
..
b9f6e04
100755
(executable)
--- a/
src/minwii/config.py
+++ b/
src/minwii/config.py
@@
-10,6
+10,7
@@
import pygame
import os.path
_here = os.path.abspath(__file__).split(os.path.sep)[:-1]
import os.path
_here = os.path.abspath(__file__).split(os.path.sep)[:-1]
+
def _computePath(path) :
path = path.split('/')
path = _here + path
def _computePath(path) :
path = path.split('/')
path = _here + path
@@
-84,4
+85,4
@@
INSTRUMENTS = (
)
for i in INSTRUMENTS :
)
for i in INSTRUMENTS :
- i['octave'] = i.get('octave', 0)
\ No newline at end of file
+ i['octave'] = i.get('octave', 0)