Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorJames <olpc@localhost.localdomain>2007-02-19 08:41:55 (GMT)
committer James <olpc@localhost.localdomain>2007-02-19 08:41:55 (GMT)
commit04375f478fb5cbbe10fe3ff9aab7e1b209c00117 (patch)
treedfe7d9211106a8b4e390ca1fc14c3beb566b6d5b /TamTam.py
parent84f92212bc0caab6323a7ded4f189526eacf8914 (diff)
quicker plugin, can edit while looping
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index 6b4e778..5bf64ff 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -8,7 +8,7 @@ import Util.CSoundClient as CSoundClient
from Util.Profiler import TP
from Player.StandalonePlayer import StandAlonePlayer
from Edit.MainWindow import MainWindow
-from Util.Clooper.SClient import *
+from Util.Clooper.sclient import *
try :
from sugar.activity.Activity import Activity