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 03:02:48 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 03:02:48 (GMT)
commit5031f532140ef97b77bb605a18aac82be7168a8e (patch)
tree3baa6d61b2ab4e47f91254399db94e49cfa94281 /serialize.py
parentf19bd232548354a9fbefa2de638619a3ce9a6528 (diff)
class errors
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@808 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'serialize.py')
-rw-r--r--serialize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.py b/serialize.py
index 2c0a35d..03f188b 100644
--- a/serialize.py
+++ b/serialize.py
@@ -30,7 +30,7 @@ def fillMediaHash( index, mediaHashs ):
def _loadMediaIntoHash( el, hash ):
addToHash = True
recd = Recorded()
- recd = serialize.fillRecdFromNode( recd, el )
+ recd = fillRecdFromNode( recd, el )
if (recd.datastoreId != None):
#quickly check: if you have a datastoreId that the file hasn't been deleted,
#cause if you do, we need to flag your removal