Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/sequence
diff options
context:
space:
mode:
Diffstat (limited to 'data/sound/sequence')
-rw-r--r--data/sound/sequence2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sound/sequence b/data/sound/sequence
index 1bdc966..1577c9d 100644
--- a/data/sound/sequence
+++ b/data/sound/sequence
@@ -2,7 +2,7 @@ import sys
import random
from sugar.activity.activity import get_bundle_path
sys.path.append(get_bundle_path() + '/sound')
-from snd import *
+from sound import *
for i in range(25):
pitch = random.randint(500,2000)