Muestra las diferencias entre la revision seleccionada y la versión actual de esta página.
| xo:pippy.activity:sonido:tocaronda 2008/03/05 22:03 | xo:pippy.activity:sonido:tocaronda 2008/03/06 07:50 actual | ||
|---|---|---|---|
| Línea 3: | Línea 3: | ||
| import sys | import sys | ||
| from sugar.activity.activity import get_bundle_path | from sugar.activity.activity import get_bundle_path | ||
| + | # ATENCIÓN: Lo entrecomillado aquí es parte del nombre de un directorio. No traducir. | ||
| sys.path.append(get_bundle_path() + '/sound') | sys.path.append(get_bundle_path() + '/sound') | ||
| from sound import * | from sound import * | ||