Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/serialize.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 13:48:58 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 13:48:58 (GMT)
commitcde3f1d93a81c753fcaadb6f546a259ec25f5d1e (patch)
treea198dee22fe613fcc3e4c132ccb4e1435186170c /serialize.py
parentd4b44957c9117fb7e2c1e91f8a50d1f909ba034a (diff)
audio playback works too
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@820 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'serialize.py')
-rw-r--r--serialize.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/serialize.py b/serialize.py
index 6992dcf..2ebe9fe 100644
--- a/serialize.py
+++ b/serialize.py
@@ -7,11 +7,10 @@ import os
from sugar.datastore import datastore
from constants import Constants
-from recorded import Recorded
from color import Color
import record
import utils
-
+import recorded
def fillMediaHash( index, mediaHashs ):
doc = None
@@ -31,7 +30,7 @@ def fillMediaHash( index, mediaHashs ):
def _loadMediaIntoHash( el, hash ):
addToHash = True
- recd = Recorded()
+ recd = record.Recorded()
recd = fillRecdFromNode(recd, el)
if (recd != None):
if (recd.datastoreId != None):