Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/record.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 01:29:06 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 01:29:06 (GMT)
commite0f85a86cf2055e0d978279ef2c0450b5ffd4c7c (patch)
treeb53d53980b2343d18c2b416cf7423610e2e06ad3 /record.py
parent7ed013032ef8383314a29f3ce7f355cec0c7402d (diff)
working #s to disk
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@855 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/record.py b/record.py
index 51a8961..fb9a636 100755
--- a/record.py
+++ b/record.py
@@ -62,7 +62,7 @@ class Record(activity.Activity):
def _initme( self, userdata=None ):
Instance(self)
- Constants(self)
+ c = Constants(self)
#totally tubular
self.meshTimeoutTime = 10000