Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recorded.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 01:58:43 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 01:58:43 (GMT)
commitdf62828894ffc42abae963be4c2409e1b59c8b18 (patch)
tree3f684a09a3fe654d0bac389b5573f259553b2dfa /recorded.py
parenta6719197c44372659c0fe5fe9ff961a9feec6b7c (diff)
more datastore fixes...
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@802 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recorded.py')
-rw-r--r--recorded.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/recorded.py b/recorded.py
index 842a957..91385c1 100644
--- a/recorded.py
+++ b/recorded.py
@@ -48,6 +48,7 @@ class Recorded:
#when you are datastore-serialized, you get one of these ids...
self.datastoreId = None
self.datastoreOb = None
+ self.mime = None #just for sticking into the datastore
#if not from the datastore, then your media is here...
self.mediaFilename = None
@@ -58,7 +59,6 @@ class Recorded:
#and just because you have a datastore id, doesn't mean you're saved
self.savedMedia = False
self.savedXml = False
- self.mime = None #just for sticking into the datastore, for convenience
#assume you took the picture
self.buddy = False